This commit is contained in:
@@ -374,6 +374,16 @@ function initNavPanel() {
|
||||
});
|
||||
}
|
||||
|
||||
//PART ASSEMBLIES
|
||||
if (window.$gz.role.canOpen(window.$gz.type.PartAssembly)) {
|
||||
sub.push({
|
||||
title: "PartAssemblyList",
|
||||
icon: "$ayiObjectGroup",
|
||||
route: "/inv-part-assemblies",
|
||||
key: key++
|
||||
});
|
||||
}
|
||||
|
||||
//INVENTORY
|
||||
if (window.$gz.role.canOpen(window.$gz.type.Part)) {
|
||||
sub.push({
|
||||
|
||||
@@ -151,6 +151,7 @@ export default {
|
||||
"CustomerServiceRequestList",
|
||||
"LoanUnitList",
|
||||
"PartList",
|
||||
"PartAssemblyList",
|
||||
"PartByWarehouseInventoryList",
|
||||
"WorkOrderItemPartRequestList",
|
||||
"InventoryPurchaseOrders",
|
||||
|
||||
Reference in New Issue
Block a user