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")
|
||||
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
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user