This commit is contained in:
2021-02-17 14:55:10 +00:00
parent a48d45188a
commit 2e32a91192
6 changed files with 163 additions and 59 deletions

View File

@@ -468,15 +468,6 @@ export default new Router({
import(/* webpackChunkName: "inv" */ "./views/inv-purchase-orders.vue")
},
{
path: "/inv-purchase-order-receipts",
name: "inv-purchase-order-receipts",
component: () =>
import(
/* webpackChunkName: "inv" */ "./views/inv-purchase-order-receipts.vue"
)
},
//####################### VENDORS GROUP ##############################
{
path: "/vendors",