This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
<v-row justify="center">
|
||||
<v-dialog persistent max-width="600px" v-model="genDlg">
|
||||
<v-card>
|
||||
<v-card-title>{{ $ay.t("GenerateWorkOrder") }}</v-card-title>
|
||||
<v-card-title>{{ $ay.t("DuplicateToWorkOrder") }}</v-card-title>
|
||||
<v-card-text>
|
||||
<v-checkbox
|
||||
v-model="genCopyWiki"
|
||||
@@ -221,12 +221,6 @@ export default {
|
||||
customerReferenceNumber: null,
|
||||
customerContactName: null,
|
||||
onsite: true,
|
||||
customerSignature: null,
|
||||
customerSignatureName: null,
|
||||
customerSignatureCaptured: null,
|
||||
techSignature: null,
|
||||
techSignatureName: null,
|
||||
techSignatureCaptured: null,
|
||||
postAddress: null,
|
||||
postCity: null,
|
||||
postRegion: null,
|
||||
@@ -1787,7 +1781,7 @@ function generateMenu(vm) {
|
||||
!vm.obj.userIsRestrictedType
|
||||
) {
|
||||
menuOptions.menuItems.push({
|
||||
title: "GenerateWorkOrder",
|
||||
title: "DuplicateToWorkOrder",
|
||||
icon: "$ayiTools",
|
||||
key: FORM_KEY + ":genwo",
|
||||
vm: vm
|
||||
@@ -1860,7 +1854,7 @@ async function fetchTranslatedText(vm) {
|
||||
"Customer",
|
||||
"PMSerialNumber",
|
||||
"WorkOrderSummary",
|
||||
"GenerateWorkOrder",
|
||||
"DuplicateToWorkOrder",
|
||||
"Contract",
|
||||
"Project",
|
||||
"WorkOrderCustomerContactName",
|
||||
|
||||
Reference in New Issue
Block a user