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, ]