Browse Source

Add sale_information section

pull/1139/head
Kat 3 years ago
parent
commit
2307c11a4f
  1. 1
      app/models/form_handler.rb

1
app/models/form_handler.rb

@ -22,6 +22,7 @@ class FormHandler
sales_sections = [ sales_sections = [
Form::Sales::Sections::PropertyInformation, Form::Sales::Sections::PropertyInformation,
Form::Sales::Sections::Household, Form::Sales::Sections::Household,
Form::Sales::Sections::SaleInformation,
Form::Sales::Sections::Finances, Form::Sales::Sections::Finances,
Form::Sales::Sections::SaleInformation, Form::Sales::Sections::SaleInformation,
] ]

Loading…
Cancel
Save