Merge pull request #2147 from csv115/develop_hook_contract

hooks more button function on contract card
This commit is contained in:
Laurent Destailleur 2014-12-18 22:39:21 +01:00
commit 53c2086d4b

View File

@ -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)
{