E-Invoice - Minor amendment requested by Harry on TIN length validation

This commit is contained in:
Dillon Ngo
2025-06-28 15:57:09 +08:00
parent f56548efa7
commit c37ed89a73
@@ -26,7 +26,7 @@
required: 'this field is required',
email: 'enter a valid email address',
minLength: 'this field must have at least',
maxLength: 'this field must not exceed',
maxLength: 'this field must have at most',
minValue: 'this field must at least be',
sameAs: 'this field must match the',
numeric: 'this field can only contain numbers',