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 committed Mar 5, 2024
1 parent 3f32f93 commit dfbcf09
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 dfbcf09

Please sign in to comment.