This commit is contained in:
@@ -415,7 +415,7 @@ function initNavPanel() {
|
||||
});
|
||||
}
|
||||
|
||||
//PURCHASE ORDERS
|
||||
//PURCHASE ORDERS / PART REQUESTS
|
||||
if (useInventory && window.$gz.role.canOpen(window.$gz.type.PurchaseOrder)) {
|
||||
sub.push({
|
||||
title: "InventoryPurchaseOrders",
|
||||
@@ -423,6 +423,13 @@ function initNavPanel() {
|
||||
route: "/inv-purchase-orders",
|
||||
key: key++
|
||||
});
|
||||
|
||||
sub.push({
|
||||
title: "WorkOrderItemPartRequestList",
|
||||
icon: "$ayiParachuteBox",
|
||||
route: "/inv-part-requests",
|
||||
key: key++
|
||||
});
|
||||
}
|
||||
|
||||
//INVENTORY
|
||||
|
||||
Reference in New Issue
Block a user