This commit is contained in:
2020-10-05 23:34:20 +00:00
parent d7ac6a3bf7
commit a6d7ddf66e
6 changed files with 40 additions and 8 deletions

View File

@@ -488,7 +488,7 @@ function initNavPanel() {
//PARTS (part list)
sub.push({
title: "PartList",
icon: "fa-boxes",
icon: "$ayiBoxes",
route: "/inv-parts",
key: key++
});
@@ -496,7 +496,7 @@ function initNavPanel() {
//INVENTORY
sub.push({
title: "PartByWarehouseInventoryList",
icon: "fa-pallet",
icon: "$ayiPallet",
route: "/inv-part-inventory",
key: key++
});
@@ -504,7 +504,7 @@ function initNavPanel() {
//PART REQUESTS
sub.push({
title: "WorkOrderItemPartRequestList",
icon: "fa-paper-plane",
icon: "$ayiPaperPlane",
route: "/inv-part-requests",
key: key++
});
@@ -512,7 +512,7 @@ function initNavPanel() {
//PURCHASE ORDERS
sub.push({
title: "InventoryPurchaseOrders",
icon: "fa-shipping-fast",
icon: "$ayiShippingFast",
route: "/inv-purchase-orders",
key: key++
});