Skip to content
Snippets Groups Projects
Commit 63585ea9 authored by Marcos García de La Fuente's avatar Marcos García de La Fuente
Browse files

Added missing doActions for supplier order fiche.php

parent 2564413a
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment