2
0
forked from Wavyzz/dolibarr

Fix warnings

This commit is contained in:
Laurent Destailleur
2023-08-05 12:50:09 +02:00
parent b47a640f0b
commit bef9146bb1
4 changed files with 10 additions and 2 deletions

View File

@@ -134,6 +134,11 @@ class Commande extends CommonOrder
*/
public $cond_reglement_code;
/**
* @var string Condition payment label
*/
public $cond_reglement_doc;
/**
* @var double Deposit % for payment terms
*/