]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Controller/TopQuickSearch/Article.pm
Neuen Artikeltyp Sortiment in kivitendo eingebaut
[kivitendo-erp.git] / SL / Controller / TopQuickSearch / Article.pm
index b0a28e00bf27cb9d9732e735a8575327cd89adda..f3fc1acbef25b4c2f0c1be30918dbc1d265e7cc8 100644 (file)
@@ -64,8 +64,8 @@ sub redirect_to_part {
   my ($self, $term) = @_;
 
   SL::Controller::Base->new->url_for(
-    controller => 'ic.pl',
-    action     => 'edit',
+    controller => 'controller.pl',
+    action     => 'Part/edit',
     id         => $term,
   );
 }