From 63585ea9ca9ab7257839240b66266078ccd17b0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a=20de=20La=20Fuente?= Date: Fri, 18 Jul 2014 01:32:54 +0200 Subject: [PATCH] Added missing doActions for supplier order fiche.php --- htdocs/fourn/commande/fiche.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/fourn/commande/fiche.php b/htdocs/fourn/commande/fiche.php index dbac3c4230d..2fe64b55a04 100644 --- a/htdocs/fourn/commande/fiche.php +++ b/htdocs/fourn/commande/fiche.php @@ -105,6 +105,9 @@ $permissionnote=$user->rights->fournisseur->commande->creer; // Used by the incl * 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)