This commit is contained in:
Laurent Destailleur 2022-02-28 20:03:21 +01:00
parent aff7148ed8
commit 5a24552930

View File

@ -82,12 +82,12 @@ class Paiement extends CommonObject
public $paiementcode; // Code of payment. public $paiementcode; // Code of payment.
/** /**
* @var string type libelle * @var string Type of payment label
*/ */
public $type_label; public $type_label;
/** /**
* @var string type code * @var string Type of payment code (seems duplicate with $paiementcode);
*/ */
public $type_code; public $type_code;