Skip to content

Commit

Permalink
Merge branch 'main' into MIJN-6678-move-to-post
Browse files Browse the repository at this point in the history
  • Loading branch information
janthijs authored Dec 4, 2023
2 parents f2be898 + e16effa commit 134b991
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/e_aanvraag_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"terugvorderingsbesluit": "terugvorderingsbesluit",
"voorschot": "voorschot",
"informatieOntvangen": "informatieOntvangen",
"algemeenBatchDocument": "algemeenBatchDocument",
}

E_AANVRAAG_STEP_ID_TRANSLATIONS = {
Expand All @@ -57,6 +58,7 @@
E_AANVRAAG_STEP_ID["briefAkteBedrijfskapitaal"]: "Akte",
E_AANVRAAG_STEP_ID["beslisTermijn"]: "Tijd nodig",
E_AANVRAAG_STEP_ID["informatieOntvangen"]: "Informatie ontvangen",
E_AANVRAAG_STEP_ID["algemeenBatchDocument"]: "Brief",
# TONK
E_AANVRAAG_STEP_ID["correctiemail"]: "Mail",
E_AANVRAAG_STEP_ID["briefWeigering"]: "Brief",
Expand Down Expand Up @@ -963,4 +965,11 @@
"decision": E_AANVRAAG_DECISION_ID["beschikking"],
"is_active": True,
},
"5641": {
"omschrijving": "Wij hebben u een brief gestuurd. Bekijk de brief voor meer details.",
"document_title": "Brief Bbz",
"about": E_AANVRAAG_ABOUT["Bbz"],
"step_id": E_AANVRAAG_STEP_ID["algemeenBatchDocument"],
"is_active": True,
},
}

0 comments on commit 134b991

Please sign in to comment.