case 4173

This commit is contained in:
2023-05-10 19:08:32 +00:00
parent 134386520a
commit 3cc8806dd7
5 changed files with 15 additions and 5 deletions

View File

@@ -1206,7 +1206,9 @@ async function fetchTranslatedText() {
"WorkOrderItemScheduledUserList", "WorkOrderItemScheduledUserList",
"WorkOrderItemLaborList", "WorkOrderItemLaborList",
"AllowLogin", "AllowLogin",
"SendEmail" "SendEmail",
"MemoSubject",
"MemoMessage"
]); ]);
} }

View File

@@ -1722,7 +1722,9 @@ async function fetchTranslatedText() {
"CustomerNoteNotes", "CustomerNoteNotes",
"CustomerNoteNoteDate", "CustomerNoteNoteDate",
"NewWorkOrder", "NewWorkOrder",
"SendEmail" "SendEmail",
"MemoSubject",
"MemoMessage"
]); ]);
} }

View File

@@ -1521,7 +1521,9 @@ async function fetchTranslatedText() {
"Contact", "Contact",
"LastLogin", "LastLogin",
"CustomerList", "CustomerList",
"SendEmail" "SendEmail",
"MemoSubject",
"MemoMessage"
]); ]);
} }

View File

@@ -1161,7 +1161,9 @@ async function fetchTranslatedText() {
"AuthDisableTwoFactor", "AuthDisableTwoFactor",
"AuthTwoFactorDisabled", "AuthTwoFactorDisabled",
"AllowLogin", "AllowLogin",
"SendEmail" "SendEmail",
"MemoSubject",
"MemoMessage"
]); ]);
} }

View File

@@ -1302,7 +1302,9 @@ async function fetchTranslatedText() {
"VendorCustom14", "VendorCustom14",
"VendorCustom15", "VendorCustom15",
"VendorCustom16", "VendorCustom16",
"SendEmail" "SendEmail",
"MemoSubject",
"MemoMessage"
]); ]);
} }
</script> </script>