Removed dead code
This commit is contained in:
parent
40e18741b3
commit
1a2d094ce7
@ -1553,7 +1553,6 @@ class Facture extends CommonInvoice
|
|||||||
$this->ref = $obj->ref;
|
$this->ref = $obj->ref;
|
||||||
$this->ref_client = $obj->ref_client;
|
$this->ref_client = $obj->ref_client;
|
||||||
$this->ref_ext = $obj->ref_ext;
|
$this->ref_ext = $obj->ref_ext;
|
||||||
$this->ref_int = $obj->ref_int;
|
|
||||||
$this->type = $obj->type;
|
$this->type = $obj->type;
|
||||||
$this->date = $this->db->jdate($obj->df);
|
$this->date = $this->db->jdate($obj->df);
|
||||||
$this->date_pointoftax = $this->db->jdate($obj->date_pointoftax);
|
$this->date_pointoftax = $this->db->jdate($obj->date_pointoftax);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user