Skip to content

Commit

Permalink
feat(statement-config): add email notification option after approval (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
aamikkelsenWH authored Mar 6, 2024
1 parent 66bac43 commit 334cfb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/wise_homex/models/statement_config.ex
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ defmodule WiseHomex.StatementConfig do
field :tenancy_pdf_type, :string
field :water_settlement_key_end_date, :date
field :treat_replaced_hcas_as_foreign, :boolean
field :inform_admin_about_approval_via_email, :boolean
end

@doc """
Expand Down

0 comments on commit 334cfb4

Please sign in to comment.