This commit is contained in:
@@ -67,7 +67,8 @@ export default {
|
||||
"RecordHistory",
|
||||
"ErrorFieldLengthExceeded",
|
||||
"ErrorStartDateAfterEndDate",
|
||||
"ErrorRequiredFieldEmpty"
|
||||
"ErrorRequiredFieldEmpty",
|
||||
"ErrorFieldValueNotInteger"
|
||||
],
|
||||
decimalValidate(required) {
|
||||
return { required: required, decimal: [2, this.formats.decimalSeparator] };
|
||||
|
||||
Reference in New Issue
Block a user