fix: validation msg for TransDocNo e-invoicing (#25121)
This commit is contained in:
parent
7b97d49a58
commit
ace4ce64a0
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user