PDF Helper Erweiterungen: bothsided , out_path
[kivitendo-erp.git] / SL / Controller / TopQuickSearch / Article.pm
index b0a28e0..ba051d2 100644 (file)
@@ -64,9 +64,9 @@ sub redirect_to_part {
   my ($self, $term) = @_;
 
   SL::Controller::Base->new->url_for(
-    controller => 'ic.pl',
-    action     => 'edit',
-    id         => $term,
+    controller => 'controller.pl',
+    action     => 'Part/edit',
+    'part.id'  => $term,
   );
 }