fix wrong DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_ called

This commit is contained in:
florian HENRY 2020-03-17 10:10:54 +01:00
parent ee29125579
commit 1d05531aa8

View File

@ -1559,7 +1559,7 @@ else
// Other attributes
$parameters = array('socid'=>$socid, 'colspan' => ' colspan="3"', 'colspanvalue' => '3');
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_create.tpl.php';
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_add.tpl.php';
// Assign a sale representative
print '<tr>';