Skip to content
Snippets Groups Projects
Commit b39d100e authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #3067 from All-3kcis/patch-1

FIX complete function ordersupplier_prepare_head() so a module can remove tabs
parents 5d585393 c96c528d
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@ function ordersupplier_prepare_head($object)
$head[$h][1] = $langs->trans("OrderFollow");
$head[$h][2] = 'info';
$h++;
complete_head_from_modules($conf,$langs,$object,$head,$h,'supplier_order', 'remove');
return $head;
}
......
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