Correction complete_head

Ajout de la fonction complete_head_from_modules() pour supprimer les onglets si besoin.
This commit is contained in:
All-3kcis 2015-06-18 15:16:28 +02:00
parent 1ee933c4a1
commit c96c528d3e

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