Update discount.class.php

This commit is contained in:
Frédéric FRANCE 2018-08-30 23:10:09 +02:00 committed by GitHub
parent 9cc6533d11
commit 4ad5201a16
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; //