Skip to content

Commit

Permalink
✨ [#397] Pass selectielijstklasse when creating zaak
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm authored and svenvandescheur committed Oct 21, 2024
1 parent 8d9cefa commit a0020d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/openarchiefbeheer/destruction/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ def create_zaak_for_report(
"startdatum": timezone.now().date().isoformat(),
"verantwoordelijkeOrganisatie": config.bronorganisatie,
"archiefnominatie": "blijvend_bewaren",
"selectielijstklasse": config.selectielijstklasse,
},
timeout=settings.REQUESTS_DEFAULT_TIMEOUT,
)
Expand Down

0 comments on commit a0020d7

Please sign in to comment.