2
0
forked from Wavyzz/dolibarr

qual: phpstan for htdocs/commande/class/commande.class.php (#28099)

* Update commande.class.php

* Update commonobject.class.php
This commit is contained in:
thibdrev
2024-02-09 18:57:04 +01:00
committed by GitHub
parent 07edb9b967
commit dbcfa15f72
2 changed files with 6 additions and 2 deletions

View File

@@ -145,7 +145,9 @@ class Commande extends CommonOrder
public $cond_reglement_doc;
/**
* @var double Deposit % for payment terms
* @var string Deposit percent for payment terms.
* Populated by setPaymentTerms().
* @see setPaymentTerms()
*/
public $deposit_percent;