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

FIX complete function ordersupplier_prepare_head() so a module can remove tabs
This commit is contained in:
Laurent Destailleur
2015-06-19 11:16:15 +02:00

View File

@@ -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;
}