Skip to content
Snippets Groups Projects
Commit 8db50e46 authored by Maxime Kohlhaas's avatar Maxime Kohlhaas
Browse files

Fix : menu for product batch

parent 73a66f78
No related branches found
No related tags found
No related merge requests found
...@@ -1059,7 +1059,7 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu ...@@ -1059,7 +1059,7 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
{ {
$newmenu->add("/product/reassort.php?type=0", $langs->trans("Stocks"), 1, $user->rights->produit->lire && $user->rights->stock->lire); $newmenu->add("/product/reassort.php?type=0", $langs->trans("Stocks"), 1, $user->rights->produit->lire && $user->rights->stock->lire);
} }
if (! empty($conf->stock->enabled)) if (! empty($conf->productbatch->enabled))
{ {
$langs->load("stocks"); $langs->load("stocks");
$newmenu->add("/product/reassortlot.php?type=0", $langs->trans("StocksByLotSerial"), 1, $user->rights->produit->lire && $user->rights->stock->lire); $newmenu->add("/product/reassortlot.php?type=0", $langs->trans("StocksByLotSerial"), 1, $user->rights->produit->lire && $user->rights->stock->lire);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment