adapted Budgetantraege Uebersicht filter for Korrekturbetrag

This commit is contained in:
Alexei Karpenko
2026-07-23 11:52:59 +02:00
parent 5d024b3a71
commit efd25a1644
+4 -2
View File
@@ -910,7 +910,9 @@ $filters = array(
{"name": "Organisationseinheit"},
{"name": "Geschäftsjahr"},
{"name": "Budgetstatus"},
{"name": "Betrag"}
{"name": "Grundbetrag"},
{"name": "Korrekturbetrag"},
{"name": "Endbetrag"}
],
"filters": [
{
@@ -920,7 +922,7 @@ $filters = array(
},
{
"name": "Geschäftsjahr",
"condition": "GJ2019-2020",
"condition": "GJ2026-2027",
"operation": "contains"
}
]