Update facture.class.php

This commit is contained in:
ptibogxiv 2019-02-20 13:04:22 +01:00 committed by GitHub
parent 6416f24d5f
commit ef5372f476
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1400,7 +1400,6 @@ class Facture extends CommonInvoice
$this->fk_incoterms = $obj->fk_incoterms; $this->fk_incoterms = $obj->fk_incoterms;
$this->location_incoterms = $obj->location_incoterms; $this->location_incoterms = $obj->location_incoterms;
$this->libelle_incoterms = $obj->libelle_incoterms; $this->libelle_incoterms = $obj->libelle_incoterms;
$this->module_source = $obj->module_source; $this->module_source = $obj->module_source;
$this->pos_source = $obj->pos_source; $this->pos_source = $obj->pos_source;