This commit is contained in:
2021-01-22 19:22:16 +00:00
parent c56a63fdc7
commit b63455bcd2
6 changed files with 184 additions and 30 deletions

View File

@@ -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 ##############################
{