Update expedition.class.php
Clear lines before fech them.
This commit is contained in:
parent
db334a3b94
commit
0893926189
@ -603,6 +603,8 @@ class Expedition extends CommonObject
|
||||
$this->location_incoterms = $obj->location_incoterms;
|
||||
$this->libelle_incoterms = $obj->libelle_incoterms;
|
||||
|
||||
$this->lines = array();
|
||||
|
||||
$this->db->free($result);
|
||||
|
||||
if ($this->statut == self::STATUS_DRAFT) $this->brouillon = 1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user