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

@@ -759,7 +759,9 @@ abstract class CommonObject
public $cond_reglement_supplier_id;
/**
* @var string Populated by setPaymentTerms()
* @var string Deposit percent for payment terms.
* Populated by setPaymentTerms().
* @see setPaymentTerms()
*/
public $deposit_percent;