This commit is contained in:
@@ -412,25 +412,11 @@ function initNavPanel() {
|
||||
if (useInventory && window.$gz.role.canOpen(window.$gz.type.PurchaseOrder)) {
|
||||
sub.push({
|
||||
title: "InventoryPurchaseOrders",
|
||||
icon: "$ayiShippingFast",
|
||||
icon: "$ayiDollyFlatbed",
|
||||
route: "/inv-purchase-orders",
|
||||
key: key++
|
||||
});
|
||||
|
||||
//NOTE: V7 HAD POITEMS, THAT MAY BE AN ANACHRONISM NOW SO NOT PUTTING HERE
|
||||
|
||||
//PURCHASE ORDER RECEIPTS -- DEPRECATED, just haven't removed yet until get to PO's
|
||||
if (useInventory) {
|
||||
sub.push({
|
||||
title: "InventoryPurchaseOrderReceipts",
|
||||
icon: "$ayiDollyFlatbed",
|
||||
route: "/inv-purchase-order-receipts",
|
||||
key: key++
|
||||
});
|
||||
}
|
||||
|
||||
//NOTE: V7 HAD PORECEIPTITEMS, THAT MAY BE AN ANACHRONISM NOW SO NOT PUTTING HERE
|
||||
|
||||
//ADJUSTMENTS
|
||||
if (
|
||||
useInventory &&
|
||||
|
||||
Reference in New Issue
Block a user