Merge pull request #9361 from frederic34/patch-19
Update discount.class.php
This commit is contained in:
commit
e4e1bf5a1a
@ -38,7 +38,12 @@ class DiscountAbsolute
|
||||
*/
|
||||
public $error;
|
||||
|
||||
public $id; // Id discount
|
||||
/**
|
||||
* @var string[] Array of error strings
|
||||
*/
|
||||
public $errors=array();
|
||||
|
||||
public $id; // Id discount
|
||||
public $fk_soc;
|
||||
public $discount_type; // 0 => customer discount, 1 => supplier discount
|
||||
public $amount_ht; //
|
||||
|
||||
Loading…
Reference in New Issue
Block a user