Skip to content

Commit 4c20095

Browse files
Xaohssvenvandescheur
authored andcommitted
♻️ fix: fixed error
1 parent 2671f10 commit 4c20095

File tree

1 file changed

+1
-1
lines changed
  • backend/src/openarchiefbeheer/zaken

1 file changed

+1
-1
lines changed

backend/src/openarchiefbeheer/zaken/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def retrieve_zaaktypen_choices() -> list[DropDownChoice]:
107107

108108

109109
def format_selectielijstklasse_choice(resultaat: Resultaat) -> DropDownChoice:
110-
description = f"{resultaat.get('volledig_nummer', resultaat["nummer"])} - {resultaat['naam']} - {resultaat['waardering']}"
110+
description = f"{resultaat.get('volledig_nummer', resultaat['nummer'])} - {resultaat['naam']} - {resultaat['waardering']}"
111111
if resultaat.get("bewaartermijn"):
112112
description = description + f" - {resultaat['bewaartermijn']}"
113113

0 commit comments

Comments
 (0)