Browse Source

Switch the order of sales log sections

pull/1130/head
Kat 3 years ago
parent
commit
b429e6b70c
  1. 2
      app/models/form_handler.rb

2
app/models/form_handler.rb

@ -22,8 +22,8 @@ class FormHandler
sales_sections = [
Form::Sales::Sections::PropertyInformation,
Form::Sales::Sections::Household,
Form::Sales::Sections::SaleInformation,
Form::Sales::Sections::Finances,
Form::Sales::Sections::SaleInformation,
]
current_form = Form.new(nil, current_collection_start_year, sales_sections, "sales")
previous_form = Form.new(nil, current_collection_start_year - 1, sales_sections, "sales")

Loading…
Cancel
Save