mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 03:12:35 +01:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user