X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f83b4aff417ab78fc4bc242298fe25924f1ee072..4826a1d124c8fede00d1c0ac9625a8e418d7978f:/SL/IR.pm diff --git a/SL/IR.pm b/SL/IR.pm index a6f66659e..3ebae9653 100644 --- a/SL/IR.pm +++ b/SL/IR.pm @@ -1250,6 +1250,7 @@ sub vendor_details { # remove id and taxincluded before copy back delete @$ref{qw(id taxincluded)}; + @wanted_vars = grep({ $_ } @wanted_vars); if (scalar(@wanted_vars) > 0) { my %h_wanted_vars; map({ $h_wanted_vars{$_} = 1; } @wanted_vars);