case 4105

This commit is contained in:
2022-02-10 20:52:32 +00:00
parent 8ac640854d
commit c673c65769
2 changed files with 13 additions and 6 deletions

View File

@@ -896,7 +896,11 @@ BUILD 8.0.0-beta.0.14 CHANGES OF NOTE
- Changed work order item outside service section of wo/quote/pm to use title "Outside services" (translation key "OutsideServiceList") instead of formerly "Outside service list" (translation key "WorkOrderItemOutsideServiceList") - Changed work order item outside service section of wo/quote/pm to use title "Outside services" (translation key "OutsideServiceList") instead of formerly "Outside service list" (translation key "WorkOrderItemOutsideServiceList")
this is to be consistent with other sections this is to be consistent with other sections
- Fixed several broken links in documentation - Fixed several broken links in documentation
- case 4095 fixed
- case 4101 fixed
- case 4111 fixed - case 4111 fixed
- case 4100 bumped
- case 4102 bumped

View File

@@ -239,12 +239,15 @@ function generateMenu(vm) {
key: FORM_KEY + ":WorkOrderItemPartList", key: FORM_KEY + ":WorkOrderItemPartList",
vm: vm vm: vm
}); });
menuOptions.menuItems.push({
title: "WorkOrderItemPartRequestList", if (window.$gz.store.state.globalSettings.useInventory) {
icon: "$ayiParachuteBox", menuOptions.menuItems.push({
key: FORM_KEY + ":WorkOrderItemPartRequestList", title: "WorkOrderItemPartRequestList",
vm: vm icon: "$ayiParachuteBox",
}); key: FORM_KEY + ":WorkOrderItemPartRequestList",
vm: vm
});
}
menuOptions.menuItems.push({ menuOptions.menuItems.push({
title: "WorkOrderItemLaborList", title: "WorkOrderItemLaborList",
icon: "$ayiHammer", icon: "$ayiHammer",