add some comment
This commit is contained in:
parent
ed9a136211
commit
ccb957623c
@ -62,6 +62,9 @@ class CommandeFournisseur extends CommonOrder
|
|||||||
*/
|
*/
|
||||||
public $fk_element = 'fk_commande';
|
public $fk_element = 'fk_commande';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
||||||
|
*/
|
||||||
public $picto='order';
|
public $picto='order';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -63,6 +63,9 @@ class FactureFournisseur extends CommonInvoice
|
|||||||
*/
|
*/
|
||||||
public $fk_element='fk_facture_fourn';
|
public $fk_element='fk_facture_fourn';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
||||||
|
*/
|
||||||
public $picto='bill';
|
public $picto='bill';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -46,6 +46,9 @@ class PaiementFourn extends Paiement
|
|||||||
*/
|
*/
|
||||||
public $table_element='paiementfourn';
|
public $table_element='paiementfourn';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
||||||
|
*/
|
||||||
public $picto = 'payment';
|
public $picto = 'payment';
|
||||||
|
|
||||||
public $statut; //Status of payment. 0 = unvalidated; 1 = validated
|
public $statut; //Status of payment. 0 = unvalidated; 1 = validated
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user