Fixes on prices & add ArticlePriceGeneric
This commit is contained in:
@@ -33,6 +33,8 @@ class Shop
|
||||
->activeIfRoute(['Shop.Admin.ArticleAttributeValues.*'])->order(8);
|
||||
$menu->addTo('shop', 'Stock', [ 'route' => 'Shop.Admin.ArticleAttributeValues.index', 'permission' => 'backend_access' ])
|
||||
->activeIfRoute(['Shop.Admin.ArticleAttributeValues.*'])->order(9);
|
||||
$menu->addTo('shop', 'Prix génériques', [ 'route' => 'Shop.Admin.ArticlePriceGenerics.index', 'permission' => 'backend_access' ])
|
||||
->activeIfRoute(['Shop.Admin.ArticlePriceGenerics.*'])->order(10);
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user