From 33c14ec6479f6efba23be44cd1302597940a32cb Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Fri, 13 Sep 2024 14:50:30 +0100 Subject: [PATCH] Change incorrect path --- app/models/forms/bulk_upload_sales/checking_file.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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