]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/oe.pl
oe.pl: Schnellsuche analog zu all:substr:multi::ilike
[mfinanz.git] / bin / mozilla / oe.pl
index 4c29292aacad229d1966e9ccaf04d197d4de57d7..ed13848c29ca163e426c27bc138bd8a10ff1eb9c 100644 (file)
@@ -984,6 +984,7 @@ sub orders {
   push @options, $locale->text('Customer Order Number')   . " : $form->{cusordnumber}"                    if $form->{cusordnumber};
   push @options, $locale->text('Notes')                   . " : $form->{notes}"                           if $form->{notes};
   push @options, $locale->text('Transaction description') . " : $form->{transaction_description}"         if $form->{transaction_description};
+  push @options, $locale->text('Quick Search')            . " : $form->{all}"                             if $form->{all};
   push @options, $locale->text('Shipping Point')          . " : $form->{shippingpoint}"                   if $form->{shippingpoint};
   if ( $form->{transdatefrom} or $form->{transdateto} ) {
     push @options, $locale->text('Order Date');