This commit is contained in:
@@ -425,7 +425,6 @@ function initNavPanel() {
|
||||
|
||||
//NOTE: V7 HAD PORECEIPTITEMS, THAT MAY BE AN ANACHRONISM NOW SO NOT PUTTING HERE
|
||||
|
||||
//NOTE: Warehouses? Shouldn't they be here as well??
|
||||
|
||||
//ADJUSTMENTS
|
||||
sub.push({
|
||||
@@ -434,6 +433,14 @@ function initNavPanel() {
|
||||
route: "/inv-adjustments",
|
||||
key: key++
|
||||
});
|
||||
|
||||
//WAREHOUSES
|
||||
sub.push({
|
||||
title: "PartWarehouseList",
|
||||
icon: "$ayiWarehouse",
|
||||
route: "/inv-warehouses",
|
||||
key: key++
|
||||
});
|
||||
}
|
||||
|
||||
//**** INVENTORY (TOP GROUP)
|
||||
|
||||
Reference in New Issue
Block a user