Update discount.class.php
This commit is contained in:
parent
9cc6533d11
commit
4ad5201a16
@ -38,7 +38,12 @@ class DiscountAbsolute
|
|||||||
*/
|
*/
|
||||||
public $error;
|
public $error;
|
||||||
|
|
||||||
public $id; // Id discount
|
/**
|
||||||
|
* @var string[] Array of error strings
|
||||||
|
*/
|
||||||
|
public $errors=array();
|
||||||
|
|
||||||
|
public $id; // Id discount
|
||||||
public $fk_soc;
|
public $fk_soc;
|
||||||
public $discount_type; // 0 => customer discount, 1 => supplier discount
|
public $discount_type; // 0 => customer discount, 1 => supplier discount
|
||||||
public $amount_ht; //
|
public $amount_ht; //
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user