Skip to content

Commit

Permalink
SM-499 adding advancepayment and cancellationfee
Browse files Browse the repository at this point in the history
SM-499 adding advancepayment and cancellationfee
  • Loading branch information
JithendarKumar-eGov committed Aug 21, 2022
1 parent 3a614e5 commit c4efb2e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions master-config.json
Expand Up @@ -1263,6 +1263,20 @@
"uniqueKeys": [
"$.code"
]
},
"AdvancePayment": {
"masterName": "AdvancePayment",
"isStateLevel": true,
"uniqueKeys": [
"$.code"
]
},
"CancellationFee": {
"masterName": "CancellationFee",
"isStateLevel": true,
"uniqueKeys": [
"$.code"
]
}
},
"Vehicle": {
Expand Down

0 comments on commit c4efb2e

Please sign in to comment.