This commit is contained in:
2021-03-05 17:03:05 +00:00
parent e73746c86f
commit 4c0d4c9321
3 changed files with 5 additions and 4 deletions

View File

@@ -348,7 +348,7 @@
<v-textarea
v-model="obj.popUpNotes"
:readonly="formState.readOnly"
:label="$ay.t('CustomerPopUpNotes')"
:label="$ay.t('AlertNotes')"
:error-messages="form().serverErrors(this, 'popUpNotes')"
ref="popUpNotes"
data-cy="popUpNotes"
@@ -1566,7 +1566,7 @@ async function fetchTranslatedText(vm) {
"CustomerName",
"CustomerNotes",
"WebAddress",
"CustomerPopUpNotes",
"AlertNotes",
"CustomerBillHeadOffice",
"HeadOffice",
"CustomerTechNotes",

View File

@@ -228,7 +228,7 @@
<v-textarea
v-model="obj.popUpNotes"
:readonly="formState.readOnly"
:label="$ay.t('VendorPopUpNotes')"
:label="$ay.t('AlertNotes')"
:error-messages="form().serverErrors(this, 'popUpNotes')"
ref="popUpNotes"
data-cy="popUpNotes"
@@ -1205,7 +1205,7 @@ async function fetchTranslatedText(vm) {
"VendorName",
"VendorNotes",
"WebAddress",
"VendorPopUpNotes",
"AlertNotes",
"VendorAccountNumber",
"VendorContact",
"VendorContactNotes",