X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/71dab32201ac432029963c7f0ce2b87adea2dd92..refs/heads/order_controller:/SL/SEPA.pm diff --git a/SL/SEPA.pm b/SL/SEPA.pm index c62c2ce7d..94579179b 100644 --- a/SL/SEPA.pm +++ b/SL/SEPA.pm @@ -326,6 +326,17 @@ sub list_exports { $joins_sub{$arap} = 1; } + if ($filter->{message_id}) { + push @values, '%' . $filter->{message_id} . '%'; + push @where, <{vc}) { push @where_sub, "vc.name ILIKE ?"; push @values_sub, '%' . $filter->{vc} . '%';