diff --git a/app/models/forms/bulk_upload_sales/checking_file.rb b/app/models/forms/bulk_upload_sales/checking_file.rb index b86bd878e..2e48d8253 100644 --- a/app/models/forms/bulk_upload_sales/checking_file.rb +++ b/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