This commit is contained in:
@@ -455,12 +455,13 @@ export default new Router({
|
||||
/* webpackChunkName: "inv" */ "./views/inv-purchase-order-receipts.vue"
|
||||
)
|
||||
},
|
||||
|
||||
{
|
||||
path: "/inv-adjustments",
|
||||
name: "inv-adjustments",
|
||||
path: "/inv-part-inventory-transactions",
|
||||
name: "inv-part-inventory-transactions",
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "inv" */ "./views/inv-adjustments.vue")
|
||||
import(
|
||||
/* webpackChunkName: "inv" */ "./views/inv-part-inventory-transactions.vue"
|
||||
)
|
||||
},
|
||||
//####################### VENDORS GROUP ##############################
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user