Fix : missing class file
This commit is contained in:
parent
fa53147d0a
commit
4f5b636cc7
@ -857,6 +857,7 @@ class Societe extends CommonObject
|
|||||||
|
|
||||||
// Retreive all extrafield for thirdparty
|
// Retreive all extrafield for thirdparty
|
||||||
// fetch optionals attributes and labels
|
// fetch optionals attributes and labels
|
||||||
|
require_once(DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php');
|
||||||
$extrafields=new ExtraFields($this->db);
|
$extrafields=new ExtraFields($this->db);
|
||||||
$extralabels=$extrafields->fetch_name_optionals_label('company',true);
|
$extralabels=$extrafields->fetch_name_optionals_label('company',true);
|
||||||
if (count($extralabels)>0) {
|
if (count($extralabels)>0) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user