Revision c23b1062
Von Bernd Bleßmann vor fast 10 Jahren hinzugefügt
SL/Controller/GL.pm | ||
---|---|---|
14 | 14 |
sub action_quicksearch { |
15 | 15 |
|
16 | 16 |
my ($self, %params) = @_; |
17 |
|
|
17 |
|
|
18 | 18 |
my $limit = $::form->{limit} || 40; # max number of results per type (AR/AP/GL) |
19 | 19 |
my $term = $::form->{term} || ''; |
20 |
|
|
20 |
|
|
21 | 21 |
my $descriptionquery = { ilike => '%' . $term . '%' }; |
22 | 22 |
my $referencequery = { ilike => '%' . $term . '%' }; |
23 | 23 |
my $apinvnumberquery = { ilike => '%' . $term . '%' }; |
Auch abrufbar als: Unified diff
trailing whitespaces entfernt