forked from Wavyzz/dolibarr
avoid warning in commande.class.php if extrafields is used
avoid warning in commande.class.php if extrafields is used
This commit is contained in:
@@ -1362,7 +1362,7 @@ class Commande extends CommonOrder
|
||||
$extralabels=$extrafields->fetch_name_optionals_label($this->table_element,true);
|
||||
$this->fetch_optionals($this->id,$extralabels);
|
||||
|
||||
$this->db->free();
|
||||
$this->db->free($result);
|
||||
|
||||
/*
|
||||
* Lines
|
||||
|
||||
Reference in New Issue
Block a user