From 94b95494e61dc6403e20c3a3898d37aa21e1e1c3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 1 Apr 2016 13:13:44 +0200 Subject: [PATCH] TopQuickSearch: Bei CustomerVendor redirects immer db mitgeben --- SL/Controller/TopQuickSearch/CustomerVendor.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/SL/Controller/TopQuickSearch/CustomerVendor.pm b/SL/Controller/TopQuickSearch/CustomerVendor.pm index cd882fafd..16ab8632f 100644 --- a/SL/Controller/TopQuickSearch/CustomerVendor.pm +++ b/SL/Controller/TopQuickSearch/CustomerVendor.pm @@ -66,6 +66,7 @@ sub redirect_to_object { SL::Controller::Base->new->url_for( controller => 'CustomerVendor', action => 'edit', + db => $_[0]->db, id => $_[1], ); } -- 2.20.1