FIX : Duplicate executeHook function

This commit is contained in:
ATM-Nicolas 2019-03-18 15:19:39 +01:00
parent 0c101f3d1b
commit 1cf42726ff

View File

@ -1277,9 +1277,6 @@ if ($action == 'edit_price' && $object->getRights()->creer)
$parameters=array('colspan' => 2);
$reshook=$hookmanager->executeHooks('formObjectOptions',$parameters,$object,$action); // Note that $action and $object may have been modified by hook
$parameters=array('colspan' => 2);
$reshook=$hookmanager->executeHooks('formObjectOptions',$parameters,$object,$action); // Note that $action and $object may have been modified by hook
print '</table>';
dol_fiche_end();