forked from Wavyzz/dolibarr
NEW Code for extrafields uses the new array $extrafields->attributes
This commit is contained in:
@@ -453,8 +453,8 @@ class Reception extends CommonObject
|
||||
// fetch optionals attributes and labels
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php';
|
||||
$extrafields=new ExtraFields($this->db);
|
||||
$extralabels=$extrafields->fetch_name_optionals_label($this->table_element, true);
|
||||
$this->fetch_optionals($this->id, $extralabels);
|
||||
$extrafields->fetch_name_optionals_label($this->table_element, true);
|
||||
$this->fetch_optionals($this->id);
|
||||
|
||||
/*
|
||||
* Lines
|
||||
|
||||
Reference in New Issue
Block a user