From 2307c11a4f31f1c1af9f9fec42329d2708aef71f Mon Sep 17 00:00:00 2001 From: Kat Date: Tue, 20 Dec 2022 10:45:56 +0000 Subject: [PATCH] Add sale_information section --- app/models/form_handler.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/form_handler.rb b/app/models/form_handler.rb index 1afa1d15f..66e781c3d 100644 --- a/app/models/form_handler.rb +++ b/app/models/form_handler.rb @@ -22,6 +22,7 @@ class FormHandler sales_sections = [ Form::Sales::Sections::PropertyInformation, Form::Sales::Sections::Household, + Form::Sales::Sections::SaleInformation, Form::Sales::Sections::Finances, Form::Sales::Sections::SaleInformation, ]