Merge pull request #2147 from csv115/develop_hook_contract
hooks more button function on contract card
This commit is contained in:
commit
53c2086d4b
@ -1721,6 +1721,9 @@ else
|
||||
if ($user->societe_id == 0)
|
||||
{
|
||||
print '<div class="tabsAction">';
|
||||
|
||||
$parameters=array();
|
||||
$reshook=$hookmanager->executeHooks('addMoreActionsButtons',$parameters,$object,$action); // Note that $action and $object may have been modified by hook
|
||||
|
||||
if ($object->statut == 0 && $nbofservices)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user