Skip to content

Commit

Permalink
feat: schedule decisionmaker request (Hl 1468) (#3329)
Browse files Browse the repository at this point in the history
* feat: schedule get_decision_maker command

* feat: ahjo_case_id in django admin
  • Loading branch information
rikuke authored Sep 24, 2024
1 parent c69d581 commit e64ad61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/benefit/applications/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ class ApplicationAdmin(admin.ModelAdmin):
"status",
"application_origin",
"application_number",
"ahjo_case_id",
"company_name",
"company_contact_person_email",
"company_contact_person_first_name",
Expand All @@ -112,6 +113,7 @@ class ApplicationAdmin(admin.ModelAdmin):
"id",
"company__id",
"application_number",
"ahjo_case_id",
"official_company_street_address",
"alternative_company_street_address",
"company_name",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ def execute(self):
call_command("delete_applications", keep=30, status="cancelled")
call_command("delete_applications", keep=180, status="draft")
call_command("check_drafts_to_delete", notify=14, keep=180)
call_command("get_decision_maker")

0 comments on commit e64ad61

Please sign in to comment.