We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2671f10 commit 4c20095Copy full SHA for 4c20095
backend/src/openarchiefbeheer/zaken/utils.py
@@ -107,7 +107,7 @@ def retrieve_zaaktypen_choices() -> list[DropDownChoice]:
107
108
109
def format_selectielijstklasse_choice(resultaat: Resultaat) -> DropDownChoice:
110
- description = f"{resultaat.get('volledig_nummer', resultaat["nummer"])} - {resultaat['naam']} - {resultaat['waardering']}"
+ description = f"{resultaat.get('volledig_nummer', resultaat['nummer'])} - {resultaat['naam']} - {resultaat['waardering']}"
111
if resultaat.get("bewaartermijn"):
112
description = description + f" - {resultaat['bewaartermijn']}"
113
0 commit comments