mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix bad include
This commit is contained in:
parent
41a2304470
commit
36873f2db7
|
|
@ -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>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user