Merge pull request #13379 from atm-lena/11.0_FIX_extrafields_add_tpl_include

FIX : wrong include - replace extrafields_create.tpl.php to extrafiel…
This commit is contained in:
Laurent Destailleur 2020-03-18 18:26:57 +01:00 committed by GitHub
commit e9e0ce591b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>';