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