X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0c227fb25b4f1547bf3b2be5e5711f0bffe591d1..d8be5cc409de5b3bc34439599b1481201a5a1c2e:/SL/Controller/TopQuickSearch/DeliveryOrder.pm diff --git a/SL/Controller/TopQuickSearch/DeliveryOrder.pm b/SL/Controller/TopQuickSearch/DeliveryOrder.pm index fd2694cd1..e5fb5c9e6 100644 --- a/SL/Controller/TopQuickSearch/DeliveryOrder.pm +++ b/SL/Controller/TopQuickSearch/DeliveryOrder.pm @@ -71,11 +71,10 @@ sub redirect_to_search { sub redirect_to_object { SL::Controller::Base->new->url_for( - controller => 'do.pl', - action => 'edit', - type => $_[0]->type, - vc => $_[0]->vc, + controller => 'controller.pl', + action => 'DeliveryOrder/edit', id => $_[1], + type => $_[0]->type, ); }