This commit is contained in:
@@ -405,32 +405,6 @@ function initNavPanel() {
|
||||
});
|
||||
}
|
||||
|
||||
//RESTOCK REQUIRED
|
||||
if (
|
||||
useInventory &&
|
||||
window.$gz.role.canOpen(window.$gz.type.WorkOrderItemPartRequest)
|
||||
) {
|
||||
sub.push({
|
||||
title: "PurchaseOrderUIRestockList",
|
||||
icon: "$ayiClipboardList",
|
||||
route: "/inv-part-restocks",
|
||||
key: key++
|
||||
});
|
||||
}
|
||||
|
||||
//PART REQUESTS
|
||||
if (
|
||||
useInventory &&
|
||||
window.$gz.role.canOpen(window.$gz.type.WorkOrderItemPartRequest)
|
||||
) {
|
||||
sub.push({
|
||||
title: "WorkOrderItemPartRequestList",
|
||||
icon: "$ayiParachuteBox",
|
||||
route: "/inv-part-requests",
|
||||
key: key++
|
||||
});
|
||||
}
|
||||
|
||||
//PART ASSEMBLIES
|
||||
if (window.$gz.role.canOpen(window.$gz.type.PartAssembly)) {
|
||||
sub.push({
|
||||
|
||||
@@ -256,7 +256,7 @@ export default {
|
||||
"Tags",
|
||||
"Tag",
|
||||
"Customize",
|
||||
"ObjectCustomFieldCustomGrid",
|
||||
"ObjectCustomFieldCustomGrid", //<---wtf? Is this being used?
|
||||
"RowsPerPage",
|
||||
"PageOfPageText",
|
||||
"Loading",
|
||||
|
||||
Reference in New Issue
Block a user