Merge pull request #9361 from frederic34/patch-19

Update discount.class.php
This commit is contained in:
Laurent Destailleur 2018-09-01 14:30:16 +02:00 committed by GitHub
commit e4e1bf5a1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; //