]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/oe.pl
Lieferscheine: immer vor Aus- und Einlagern speichern
[mfinanz.git] / bin / mozilla / oe.pl
index 2acf9fe8dce32cb50d35a662664412d1f0714df3..5b1bc51d03ac17853b1e61127971f2bdbef73fea 100644 (file)
@@ -701,7 +701,7 @@ sub search {
 
   print $form->parse_html_template('oe/search', {
     %myconfig,
-    is_order => $form->{type} =~ /_order/,
+    is_order => scalar($form->{type} =~ /_order/),
   });
 
   $main::lxdebug->leave_sub();