X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b56291cd857721f3ed4335886ab512e10679c154..a00c3f21be2651d167a0d87b694648b9b5fbaf6e:/SL/DB/Manager/PriceRule.pm diff --git a/SL/DB/Manager/PriceRule.pm b/SL/DB/Manager/PriceRule.pm index d5b5489d6..974011a55 100644 --- a/SL/DB/Manager/PriceRule.pm +++ b/SL/DB/Manager/PriceRule.pm @@ -73,8 +73,7 @@ sub get_all_matching { my ($self, %params) = @_; my ($query, @values) = $self->get_matching_filter(%params); - my @ids = selectall_ids($::form, $::form->get_standard_dbh, $query, 0, @values); - + my @ids = selectcol_array_query($::form, SL::DB->client->dbh, $query, @values); return [] unless @ids; $self->get_all(query => [ id => \@ids ]);