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

@@ -427,9 +427,9 @@ function initNavPanel() {
//ADJUSTMENTS
sub.push({
title: "InventoryPartInventoryAdjustments",
title: "PartInventoryTransactionList",
icon: "$ayiDolly",
route: "/inv-adjustments",
route: "/inv-part-inventory-transactions",
key: key++
});

View File

@@ -156,7 +156,7 @@ export default {
"WorkOrderItemPartRequestList",
"InventoryPurchaseOrders",
"InventoryPurchaseOrderReceipts",
"InventoryPartInventoryAdjustments",
"PartInventoryTransactionList",
"PartWarehouseList",
"WidgetList",
"VendorList",