From b61c9500f98319c2bf4542b45c3cbdff4f04d360 Mon Sep 17 00:00:00 2001 From: Ahmed Ejaz Date: Wed, 5 Mar 2025 01:35:46 +0500 Subject: [PATCH] 13019: fix redirect issue --- app/controllers/enterprises_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/enterprises_controller.rb b/app/controllers/enterprises_controller.rb index bc16d12f18..d2479a3902 100644 --- a/app/controllers/enterprises_controller.rb +++ b/app/controllers/enterprises_controller.rb @@ -24,6 +24,7 @@ class EnterprisesController < BaseController set_noindex_meta_tag @enterprise = current_distributor + store_location_for :spree_user, request.original_fullpath end def relatives