Add 'kostenRaeumungsantrag' field and update related calculations and localization in CVmhErstgespraech entity
This commit is contained in:
@@ -421,7 +421,10 @@
|
||||
},
|
||||
"ustSatz": {
|
||||
"type": "enum",
|
||||
"options": ["0", "19"],
|
||||
"options": [
|
||||
"0",
|
||||
"19"
|
||||
],
|
||||
"default": "19",
|
||||
"required": true,
|
||||
"isCustom": true
|
||||
@@ -434,6 +437,14 @@
|
||||
"decimal": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"kostenRaeumungsantrag": {
|
||||
"type": "currency",
|
||||
"readOnly": true,
|
||||
"onlyDefaultCurrency": true,
|
||||
"conversionDisabled": true,
|
||||
"decimal": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"gerichtskosten1Instanz": {
|
||||
"type": "currency",
|
||||
"readOnly": true,
|
||||
|
||||
Reference in New Issue
Block a user