Part Controller - id -> part.id
[kivitendo-erp.git] / SL / Controller / TopQuickSearch / Article.pm
index f3fc1ac..ba051d2 100644 (file)
@@ -66,7 +66,7 @@ sub redirect_to_part {
   SL::Controller::Base->new->url_for(
     controller => 'controller.pl',
     action     => 'Part/edit',
-    id         => $term,
+    'part.id'  => $term,
   );
 }