Inventory is now stable feature

This commit is contained in:
Laurent Destailleur 2021-06-07 11:30:46 +02:00
parent 4f6a5cf5f7
commit 0144d6c0fd

View File

@ -1598,7 +1598,6 @@ function print_left_eldy_menu($db, $menu_array_before, $menu_array_after, &$tabM
} }
// Inventory // Inventory
if ($conf->global->MAIN_FEATURES_LEVEL >= 2) {
if (!empty($conf->stock->enabled)) { if (!empty($conf->stock->enabled)) {
$langs->load("stocks"); $langs->load("stocks");
if (empty($conf->global->MAIN_USE_ADVANCED_PERMS)) { if (empty($conf->global->MAIN_USE_ADVANCED_PERMS)) {
@ -1615,7 +1614,6 @@ function print_left_eldy_menu($db, $menu_array_before, $menu_array_after, &$tabM
} }
} }
} }
}
// Shipments // Shipments
if (!empty($conf->expedition->enabled)) { if (!empty($conf->expedition->enabled)) {