2
0
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:
Lucas Marcouiller
2023-10-20 02:20:26 +02:00
committed by GitHub
parent 76d7acb676
commit 42865a975a
6 changed files with 50 additions and 8 deletions

View File

@@ -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, ...)
/**