Fix phpunit phpv8
This commit is contained in:
parent
13d0398bd2
commit
91245e22d4
@ -79,13 +79,14 @@ class FactureRec extends CommonInvoice
|
|||||||
*/
|
*/
|
||||||
public $title;
|
public $title;
|
||||||
|
|
||||||
|
public $socid;
|
||||||
public $number;
|
public $number;
|
||||||
public $date;
|
public $date;
|
||||||
public $remise;
|
public $remise;
|
||||||
|
public $remise_absolue;
|
||||||
|
public $remise_percent;
|
||||||
public $tva;
|
public $tva;
|
||||||
public $total;
|
public $total;
|
||||||
public $db_table;
|
|
||||||
public $propalid;
|
|
||||||
|
|
||||||
public $date_last_gen;
|
public $date_last_gen;
|
||||||
public $date_when;
|
public $date_when;
|
||||||
@ -107,6 +108,7 @@ class FactureRec extends CommonInvoice
|
|||||||
|
|
||||||
public $usenewprice = 0;
|
public $usenewprice = 0;
|
||||||
|
|
||||||
|
public $date_lim_reglement;
|
||||||
public $suspended; // status
|
public $suspended; // status
|
||||||
|
|
||||||
public $auto_validate;
|
public $auto_validate;
|
||||||
@ -528,7 +530,6 @@ class FactureRec extends CommonInvoice
|
|||||||
$this->title = $obj->title;
|
$this->title = $obj->title;
|
||||||
$this->ref = $obj->title;
|
$this->ref = $obj->title;
|
||||||
$this->suspended = $obj->suspended;
|
$this->suspended = $obj->suspended;
|
||||||
$this->date = $obj->df;
|
|
||||||
$this->remise_percent = $obj->remise_percent;
|
$this->remise_percent = $obj->remise_percent;
|
||||||
$this->remise_absolue = $obj->remise_absolue;
|
$this->remise_absolue = $obj->remise_absolue;
|
||||||
$this->remise = $obj->remise;
|
$this->remise = $obj->remise;
|
||||||
@ -537,8 +538,6 @@ class FactureRec extends CommonInvoice
|
|||||||
$this->total_localtax1 = $obj->localtax1;
|
$this->total_localtax1 = $obj->localtax1;
|
||||||
$this->total_localtax2 = $obj->localtax2;
|
$this->total_localtax2 = $obj->localtax2;
|
||||||
$this->total_ttc = $obj->total_ttc;
|
$this->total_ttc = $obj->total_ttc;
|
||||||
$this->close_code = $obj->close_code;
|
|
||||||
$this->close_note = $obj->close_note;
|
|
||||||
$this->socid = $obj->fk_soc;
|
$this->socid = $obj->fk_soc;
|
||||||
$this->date_lim_reglement = $this->db->jdate($obj->dlr);
|
$this->date_lim_reglement = $this->db->jdate($obj->dlr);
|
||||||
$this->mode_reglement_id = $obj->fk_mode_reglement;
|
$this->mode_reglement_id = $obj->fk_mode_reglement;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user