X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b18df4e322457c13df7a2e2da7e04cd4344d4485..991d16bbbc32c05e2e30e00711a42ba20207a8db:/SL/Controller/GL.pm diff --git a/SL/Controller/GL.pm b/SL/Controller/GL.pm index 683d6a288..a407e80fe 100644 --- a/SL/Controller/GL.pm +++ b/SL/Controller/GL.pm @@ -14,10 +14,10 @@ __PACKAGE__->run_before('check_auth'); sub action_quicksearch { my ($self, %params) = @_; - + my $limit = $::form->{limit} || 40; # max number of results per type (AR/AP/GL) my $term = $::form->{term} || ''; - + my $descriptionquery = { ilike => '%' . $term . '%' }; my $referencequery = { ilike => '%' . $term . '%' }; my $apinvnumberquery = { ilike => '%' . $term . '%' };