case 4105
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user