This commit is contained in:
@@ -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++
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user