Browse Source

empty

webinar-demo
Kat 2 years ago
parent
commit
397986a054
  1. 2
      app/services/csv/lettings_log_csv_service.rb

2
app/services/csv/lettings_log_csv_service.rb

@ -53,7 +53,7 @@ module Csv
@attributes -= CSV_FIELDS_TO_OMIT if @user.present? && !@user.support?
end
def ordered_form_questions
downloaded_form_years = LettingsLog.all.map(&:collection_start_year).uniq.compact

Loading…
Cancel
Save