X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FController%2FTopQuickSearch%2FArticle.pm;h=ba051d280a3ac437e1b30ed05cb716ce40a8a70d;hb=9e3dbc2a089a0206df834496c158ced368a459d8;hp=f3fc1acbef25b4c2f0c1be30918dbc1d265e7cc8;hpb=65de6f61582fbd9e93c4a06cb11daab66ff4f308;p=kivitendo-erp.git diff --git a/SL/Controller/TopQuickSearch/Article.pm b/SL/Controller/TopQuickSearch/Article.pm index f3fc1acbe..ba051d280 100644 --- a/SL/Controller/TopQuickSearch/Article.pm +++ b/SL/Controller/TopQuickSearch/Article.pm @@ -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, ); }