Simple Übergaben von globals an templates in templates verschoben
[kivitendo-erp.git] / bin / mozilla / oe.pl
index ad4c62e..c9f371e 100644 (file)
@@ -786,7 +786,6 @@ sub search {
   $form->header();
 
   print $form->parse_html_template('oe/search', {
-    %myconfig,
     is_order => scalar($form->{type} =~ /_order/),
   });