soory it's a mistake
This commit is contained in:
parent
8a63298102
commit
379a621b1f
@ -484,12 +484,13 @@ if ($id > 0 || ! empty($ref))
|
||||
dol_fiche_end();
|
||||
}
|
||||
|
||||
$parameters = array();
|
||||
$reshook = $hookmanager->executeHooks('addMoreActionsButtons', $parameters, $object, $action); // Note that $action and $object may have been
|
||||
// modified by hook
|
||||
if (empty($reshook))
|
||||
|
||||
if ($action != 'edit')
|
||||
{
|
||||
if ($action != 'edit')
|
||||
$parameters = array();
|
||||
$reshook = $hookmanager->executeHooks('addMoreActionsButtons', $parameters, $object, $action); // Note that $action and $object may have been
|
||||
// modified by hook
|
||||
if (empty($reshook))
|
||||
{
|
||||
/*
|
||||
* Actions
|
||||
|
||||
Loading…
Reference in New Issue
Block a user