This commit is contained in:
2021-02-17 14:55:10 +00:00
parent a48d45188a
commit 2e32a91192
6 changed files with 163 additions and 59 deletions

View File

@@ -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 &&