Browse Source

Change incorrect path

pull/2629/head
Manny Dinssa 2 years ago
parent
commit
33c14ec647
  1. 2
      app/models/forms/bulk_upload_sales/checking_file.rb

2
app/models/forms/bulk_upload_sales/checking_file.rb

@ -14,7 +14,7 @@ module Forms
def back_path
if organisation_id.present?
lettings_logs_organisation_path(organisation_id)
sales_logs_organisation_path(organisation_id)
else
bulk_upload_sales_log_path(id: "start", form: { organisation_id: organisation_id }.compact)
end

Loading…
Cancel
Save