Browse Source

CLDC-4356: Add hyphen to building type Purpose-built in sales

CLDC-4356-purpose-built-hyphen
samyou-softwire 6 days ago
parent
commit
2bf8b184cc
  1. 2
      app/models/form/sales/questions/property_building_type.rb

2
app/models/form/sales/questions/property_building_type.rb

@ -9,7 +9,7 @@ class Form::Sales::Questions::PropertyBuildingType < ::Form::Question
end
ANSWER_OPTIONS = {
"1" => { "value" => "Purpose built" },
"1" => { "value" => "Purpose-built" },
"2" => { "value" => "Converted from previous residential or non-residential property" },
}.freeze

Loading…
Cancel
Save