Add categories generic prices

This commit is contained in:
Ludovic CANDELLIER
2021-04-02 17:56:48 +02:00
parent 556f78d0af
commit 50179840d9
4 changed files with 61 additions and 0 deletions

View File

@@ -37,6 +37,9 @@ class Shop
$menu->addTo('shop', 'Prix génériques', [ 'route' => 'Shop.Admin.PriceGenerics.index', 'permission' => 'backend_access' ])
->activeIfRoute(['Shop.Admin.PriceGenerics.*'])->order(10);
$menu->addTo('shop', 'Catégories Prix génériques', [ 'route' => 'Shop.Admin.PriceGenericCategories.index', 'permission' => 'backend_access' ])
->activeIfRoute(['Shop.Admin.PriceGenericCategories.*'])->order(11);
$menu->addTo('shop', 'Packages', [ 'route' => 'Shop.Admin.Packages.index', 'permission' => 'backend_access' ])
->activeIfRoute(['Shop.Admin.Packages.*'])->order(12);