Skip to content

Commit

Permalink
21768 Fix dissolution email bug where transition template used for bo…
Browse files Browse the repository at this point in the history
…th dissolution cases (bcgov#2894)

* Add no transition email template

* Update invol dissolution email template

* Clean up code changes

* Get string value for furnishing name
  • Loading branch information
leodube-aot authored Aug 2, 2024
1 parent 7391119 commit bb30927
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def process(email_info: dict, token: str) -> dict: # pylint: disable=too-many-l
business=business.json(),
entity_dashboard_url=get_entity_dashboard_url(business_identifier, token),
extra_provincials=extra_provincials,
furnishing_name=furnishing.furnishing_name
furnishing_name=furnishing.furnishing_name.name
)
# get recipients
recipients = []
Expand Down

0 comments on commit bb30927

Please sign in to comment.