X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ff159a4d47b9a2d10744dcfc23da2c63605c8a32..eeb5375ee7727c956cc357cc8f90b19d1bfe80b9:/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, ); }