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")
this is to be consistent with other sections
- Fixed several broken links in documentation
- case 4095 fixed
- case 4101 fixed
- case 4111 fixed
- case 4100 bumped
- case 4102 bumped

View File

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