Missing declaration of properties
This commit is contained in:
parent
a1d97274fb
commit
4d409e23f5
@ -111,6 +111,9 @@ class FactureRec extends CommonInvoice
|
|||||||
public $usenewprice = 0;
|
public $usenewprice = 0;
|
||||||
|
|
||||||
public $date_lim_reglement;
|
public $date_lim_reglement;
|
||||||
|
public $cond_reglement_code; // Code in llx_c_paiement
|
||||||
|
public $mode_reglement_code; // Code in llx_c_paiement
|
||||||
|
|
||||||
public $suspended; // status
|
public $suspended; // status
|
||||||
|
|
||||||
public $auto_validate; // 0 to create in draft, 1 to create and validate the new invoice
|
public $auto_validate; // 0 to create in draft, 1 to create and validate the new invoice
|
||||||
|
|||||||
@ -177,6 +177,7 @@ class Facture extends CommonInvoice
|
|||||||
//! id of source invoice if replacement invoice or credit note
|
//! id of source invoice if replacement invoice or credit note
|
||||||
public $fk_facture_source;
|
public $fk_facture_source;
|
||||||
public $linked_objects = array();
|
public $linked_objects = array();
|
||||||
|
|
||||||
public $date_lim_reglement;
|
public $date_lim_reglement;
|
||||||
public $cond_reglement_code; // Code in llx_c_paiement
|
public $cond_reglement_code; // Code in llx_c_paiement
|
||||||
public $mode_reglement_code; // Code in llx_c_paiement
|
public $mode_reglement_code; // Code in llx_c_paiement
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user