Fix doc
This commit is contained in:
parent
aff7148ed8
commit
5a24552930
@ -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;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user