Merge pull request #1623 from grandoc/3.5
avoid warning in commande.class.php if extrafields is used
This commit is contained in:
commit
95d8161dc1
@ -1362,7 +1362,7 @@ class Commande extends CommonOrder
|
|||||||
$extralabels=$extrafields->fetch_name_optionals_label($this->table_element,true);
|
$extralabels=$extrafields->fetch_name_optionals_label($this->table_element,true);
|
||||||
$this->fetch_optionals($this->id,$extralabels);
|
$this->fetch_optionals($this->id,$extralabels);
|
||||||
|
|
||||||
$this->db->free();
|
$this->db->free($result);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Lines
|
* Lines
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user