Browse Source

Switch the order of sales log sections

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

1
app/models/form_handler.rb

@ -22,7 +22,6 @@ 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