Add 'kostenRaeumungsantrag' field and update related calculations and localization in CVmhErstgespraech entity

This commit is contained in:
2026-01-23 20:14:43 +01:00
parent 42d396f460
commit 56271ca05a
7 changed files with 45 additions and 18 deletions

View File

@@ -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,