From f2af28f0e1260f871d802533d8b0479d8d915681 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 31 Aug 2019 02:08:26 +0200 Subject: [PATCH] Clean code --- htdocs/compta/paiement/class/paiement.class.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/htdocs/compta/paiement/class/paiement.class.php b/htdocs/compta/paiement/class/paiement.class.php index 614782c519b..a96a3d12f26 100644 --- a/htdocs/compta/paiement/class/paiement.class.php +++ b/htdocs/compta/paiement/class/paiement.class.php @@ -72,9 +72,8 @@ class Paiement extends CommonObject public $amounts=array(); // Array of amounts public $multicurrency_amounts=array(); // Array of amounts public $author; - public $paiementid; // Type de paiement. Stocke dans fk_paiement - // de llx_paiement qui est lie aux types de - //paiement de llx_c_paiement + public $paiementid; // Type of payment. Id saved into fields fk_paiement on llx_paiement + public $paiementcode; // Code of payment. /** * @var string type libelle @@ -89,14 +88,14 @@ class Paiement extends CommonObject /** * @var string Numero du CHQ, VIR, etc... * @deprecated - * @see num_payment + * @see $num_payment */ public $numero; /** * @var string Numero du CHQ, VIR, etc... * @deprecated - * @see num_payment + * @see $num_payment */ public $num_paiement;