From eadce5072f33e55a115c8904a11aa09e711de67b Mon Sep 17 00:00:00 2001 From: Kat Date: Tue, 3 Jan 2023 09:38:30 +0000 Subject: [PATCH] Switch the order of sales log sections --- app/models/form_handler.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/models/form_handler.rb b/app/models/form_handler.rb index 66e781c3d..1afa1d15f 100644 --- a/app/models/form_handler.rb +++ b/app/models/form_handler.rb @@ -22,7 +22,6 @@ class FormHandler sales_sections = [ Form::Sales::Sections::PropertyInformation, Form::Sales::Sections::Household, - Form::Sales::Sections::SaleInformation, Form::Sales::Sections::Finances, Form::Sales::Sections::SaleInformation, ]