X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1c8c106733572b39dccbb45066d28d4553d31587..040b466d09c01e86a65dca2c04aadcda22af3e7b:/SL/Controller/TopQuickSearch/CustomerVendor.pm 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], ); }