Browse Source

link to correct bulk upload csv

pull/1573/head
Phil Lee 3 years ago
parent
commit
def78c0dc5
  1. 7
      app/models/forms/bulk_upload_lettings/prepare_your_file.rb

7
app/models/forms/bulk_upload_lettings/prepare_your_file.rb

@ -26,7 +26,12 @@ module Forms
end
def old_template_path
"/files/bulk-upload-lettings-template-2022-23.xlsx"
case year
when 2022
"/files/bulk-upload-lettings-template-2022-23.xlsx"
when 2023
"/files/bulk-upload-lettings-legacy-template-2023-24.xlsx"
end
end
def template_path

Loading…
Cancel
Save