Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -373,6 +373,11 @@ const menuItems = [
|
||||
to: '/app/pricing/product-series-mappings',
|
||||
permission: 'pricing:view'
|
||||
},
|
||||
{
|
||||
label: 'B2B Olmayan Stok',
|
||||
to: '/app/pricing/product-series-mappings-orphans',
|
||||
permission: 'pricing:view'
|
||||
},
|
||||
{
|
||||
label: 'Ürün Seri Tanımlamaları',
|
||||
to: '/app/pricing/product-series-definitions',
|
||||
|
||||
@@ -425,6 +425,12 @@ const routes = [
|
||||
component: () => import('pages/ProductSeriesMappings.vue'),
|
||||
meta: { permission: 'pricing:view' }
|
||||
},
|
||||
{
|
||||
path: 'pricing/product-series-mappings-orphans',
|
||||
name: 'product-series-mappings-orphans',
|
||||
component: () => import('pages/ProductSeriesMappingsOrphans.vue'),
|
||||
meta: { permission: 'pricing:view' }
|
||||
},
|
||||
{
|
||||
path: 'pricing/product-series-definitions',
|
||||
name: 'product-series-definitions',
|
||||
|
||||
Reference in New Issue
Block a user