]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/TopQuickSearch/DeliveryOrder.pm
kivitendo 3.9.2-0.2
[mfinanz.git] / SL / Controller / TopQuickSearch / DeliveryOrder.pm
index fd2694cd1a67a8c555f965c49db90cf2779fca55..e5fb5c9e6c35ee02d147a35a913f84dcdbe8c764 100644 (file)
@@ -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,
   );
 }