Browse Source

Show lettings property information section always in 2025

pull/2980/head
Manny Dinssa 2 months ago
parent
commit
30a3d65cdc
  1. 2
      app/models/form/lettings/subsections/property_information.rb

2
app/models/form/lettings/subsections/property_information.rb

@ -56,6 +56,8 @@ class Form::Lettings::Subsections::PropertyInformation < ::Form::Subsection
end
def displayed_in_tasklist?(log)
return true if form.start_year_2025_or_later?
!(log.is_supported_housing? && log.is_renewal?)
end
end

Loading…
Cancel
Save