Skip to content

Commit

Permalink
Merge pull request #1752 from marcosgdf/doactions-supplier
Browse files Browse the repository at this point in the history
Added missing doActions for supplier order fiche.php
  • Loading branch information
eldy committed Jul 20, 2014
2 parents ffe7b53 + 63585ea commit 5be7e75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions htdocs/fourn/commande/fiche.php
Expand Up @@ -105,6 +105,9 @@
* Actions
*/

$parameters=array('socid'=>$socid);
$reshook=$hookmanager->executeHooks('doActions',$parameters,$object,$action); // Note that $action and $object may have been modified by some hooks

include DOL_DOCUMENT_ROOT.'/core/actions_setnotes.inc.php'; // Must be include, not includ_once

if ($action == 'setref_supplier' && $user->rights->fournisseur->commande->creer)
Expand Down

0 comments on commit 5be7e75

Please sign in to comment.