Skip to content
Snippets Groups Projects
Commit 4f5b636c authored by Jean-François Ferry's avatar Jean-François Ferry
Browse files

Fix : missing class file

parent fa53147d
No related branches found
No related tags found
No related merge requests found
...@@ -857,6 +857,7 @@ class Societe extends CommonObject ...@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment