]> wagnertech.de Git - mfinanz.git/blobdiff - SL/IS.pm
Ich bin faul. Also brauche ich analog zu H() auch ein Q().
[mfinanz.git] / SL / IS.pm
index cc8027b9ae0a98acc6d09f574e92eb225fe422f3..1a36e2c9acf1a6aabcb075e7a16e508000a15380 100644 (file)
--- a/SL/IS.pm
+++ b/SL/IS.pm
@@ -417,6 +417,7 @@ sub customer_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);