Clean code
This commit is contained in:
parent
517a0091d6
commit
f2af28f0e1
@ -72,9 +72,8 @@ class Paiement extends CommonObject
|
|||||||
public $amounts=array(); // Array of amounts
|
public $amounts=array(); // Array of amounts
|
||||||
public $multicurrency_amounts=array(); // Array of amounts
|
public $multicurrency_amounts=array(); // Array of amounts
|
||||||
public $author;
|
public $author;
|
||||||
public $paiementid; // Type de paiement. Stocke dans fk_paiement
|
public $paiementid; // Type of payment. Id saved into fields fk_paiement on llx_paiement
|
||||||
// de llx_paiement qui est lie aux types de
|
public $paiementcode; // Code of payment.
|
||||||
//paiement de llx_c_paiement
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string type libelle
|
* @var string type libelle
|
||||||
@ -89,14 +88,14 @@ class Paiement extends CommonObject
|
|||||||
/**
|
/**
|
||||||
* @var string Numero du CHQ, VIR, etc...
|
* @var string Numero du CHQ, VIR, etc...
|
||||||
* @deprecated
|
* @deprecated
|
||||||
* @see num_payment
|
* @see $num_payment
|
||||||
*/
|
*/
|
||||||
public $numero;
|
public $numero;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string Numero du CHQ, VIR, etc...
|
* @var string Numero du CHQ, VIR, etc...
|
||||||
* @deprecated
|
* @deprecated
|
||||||
* @see num_payment
|
* @see $num_payment
|
||||||
*/
|
*/
|
||||||
public $num_paiement;
|
public $num_paiement;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user