This commit is contained in:
2021-02-27 18:52:50 +00:00
parent 6beeae8ef4
commit d60327fe01
8 changed files with 74 additions and 371 deletions

View File

@@ -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({

View File

@@ -256,7 +256,7 @@ export default {
"Tags",
"Tag",
"Customize",
"ObjectCustomFieldCustomGrid",
"ObjectCustomFieldCustomGrid", //<---wtf? Is this being used?
"RowsPerPage",
"PageOfPageText",
"Loading",