Revision aa4fda0e
Von Sven Schöling vor fast 9 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
984 | 984 |
push @options, $locale->text('Customer Order Number') . " : $form->{cusordnumber}" if $form->{cusordnumber}; |
985 | 985 |
push @options, $locale->text('Notes') . " : $form->{notes}" if $form->{notes}; |
986 | 986 |
push @options, $locale->text('Transaction description') . " : $form->{transaction_description}" if $form->{transaction_description}; |
987 |
push @options, $locale->text('Quick Search') . " : $form->{all}" if $form->{all}; |
|
987 | 988 |
push @options, $locale->text('Shipping Point') . " : $form->{shippingpoint}" if $form->{shippingpoint}; |
988 | 989 |
if ( $form->{transdatefrom} or $form->{transdateto} ) { |
989 | 990 |
push @options, $locale->text('Order Date'); |
Auch abrufbar als: Unified diff
oe.pl: Schnellsuche analog zu all:substr:multi::ilike