forked from Wavyzz/dolibarr
Fix some code smell (#26277)
* Fix some code smell * Update commande.class.php --------- Co-authored-by: Hystepik <lucas.marcouiller@gmail.com> Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
This commit is contained in:
committed by
GitHub
parent
76d7acb676
commit
42865a975a
@@ -130,6 +130,10 @@ class Commande extends CommonOrder
|
||||
*/
|
||||
public $billed;
|
||||
|
||||
/**
|
||||
* @var string Limit date payment
|
||||
*/
|
||||
public $date_lim_reglement;
|
||||
/**
|
||||
* @var string Condition payment code
|
||||
*/
|
||||
@@ -220,10 +224,6 @@ class Commande extends CommonOrder
|
||||
*/
|
||||
public $remise_percent;
|
||||
|
||||
public $remise_absolue;
|
||||
public $info_bits;
|
||||
public $rang;
|
||||
public $special_code;
|
||||
public $source; // Order mode. How we received order (by phone, by email, ...)
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user