X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/de53e9a856f69917fd37d00821d90e89d8185d55..0fe023a4ee7e467bfb5f23a87800b8723c8ccacd:/SL/DB/Manager/PriceRule.pm diff --git a/SL/DB/Manager/PriceRule.pm b/SL/DB/Manager/PriceRule.pm index a3eeaff99..e94fd1546 100644 --- a/SL/DB/Manager/PriceRule.pm +++ b/SL/DB/Manager/PriceRule.pm @@ -27,8 +27,7 @@ sub get_matching_filter { my $type = $params{record}->is_sales ? 'customer' : 'vendor'; # plan: 1. search all rule_items that do NOT match this record/record item combo - my ($sub_where, @value_subs) = SL::DB::Manager::PriceRuleItem->not_matching_sql_and_values(type => $type); - my @values = map { $_->($params{record}, $params{record_item}) } @value_subs; + my ($sub_where, @values) = SL::DB::Manager::PriceRuleItem->not_matching_sql_and_values(type => $type, %params); # now union all NOT matching, invert ids, load these my $matching_rule_ids = <