fix: validation msg for TransDocNo e-invoicing (#25121)

This commit is contained in:
Afshan 2021-04-01 20:28:12 +05:30 committed by GitHub
parent 7b97d49a58
commit ace4ce64a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -919,7 +919,8 @@
"minLength": 1,
"maxLength": 15,
"pattern": "^([0-9A-Z/-]){1,15}$",
"description": "Tranport Document Number"
"description": "Tranport Document Number",
"validationMsg": "Transport Receipt No is invalid"
},
"TransDocDt": {
"type": "string",