disabled catalog rule

This commit is contained in:
Prashant Singh 2019-07-22 13:01:54 +05:30
parent 0bd422db97
commit 70267e29cb
1 changed files with 7 additions and 6 deletions

View File

@ -188,11 +188,12 @@ return [
'route' => 'admin.cart-rule.index',
'sort' => 1,
'icon-class' => '',
], [
'key' => 'promotions.catalog-rule',
'name' => 'admin::app.promotion.catalog-rule',
'route' => 'admin.catalog-rule.index',
'sort' => 1,
'icon-class' => '',
]
// , [
// 'key' => 'promotions.catalog-rule',
// 'name' => 'admin::app.promotion.catalog-rule',
// 'route' => 'admin.catalog-rule.index',
// 'sort' => 1,
// 'icon-class' => '',
// ]
];