X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Foe.pl;h=5b1bc51d03ac17853b1e61127971f2bdbef73fea;hb=d0c2cfbef2bfa708dad6df15c76daa81d4fda3ab;hp=2acf9fe8dce32cb50d35a662664412d1f0714df3;hpb=18166576c2ebbeb777700de5f290ac3af23a00fd;p=kivitendo-erp.git diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 2acf9fe8d..5b1bc51d0 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -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();