X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fic.pl;h=c928830eaec4f3a7b6d4002d7d77701628d526ea;hb=c7241bf7c547d63999898dee7b5dd486e4d122d3;hp=563ea5fb725bd1df96016de059bada1996b6283f;hpb=a2546588a9aaf775e7724e9a7b90928933150d9e;p=kivitendo-erp.git diff --git a/bin/mozilla/ic.pl b/bin/mozilla/ic.pl index 563ea5fb7..c928830ea 100644 --- a/bin/mozilla/ic.pl +++ b/bin/mozilla/ic.pl @@ -115,9 +115,7 @@ sub search { $form->header; $form->get_lists('partsgroup' => 'ALL_PARTSGROUPS'); - print $form->parse_html_template('ic/search', { %is_xyz, - dateformat => $myconfig{dateformat}, - limit => $myconfig{vclimit}, }); + print $form->parse_html_template('ic/search', { %is_xyz, }); $lxdebug->leave_sub(); } #end search()