X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/52f5223a1dcfe217be3fc9f1b4002fe917a7a4c9..c25155ddbc9a68ed2d6ccefe567ddb4776ac0d4c:/SL/IC.pm diff --git a/SL/IC.pm b/SL/IC.pm index 0983e2a8a..868fb7417 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -806,7 +806,7 @@ sub retrieve_accounts { SQL my $query_tax = <{"taxaccounts_$index"} = $ref->{"accno"}; $form->{"taxaccounts"} .= "$ref->{accno} "if $form->{"taxaccounts"} !~ /$ref->{accno}/; - $form->{"$ref->{accno}_${_}"} = $ref->{$_} for qw(rate description taxnumber); + $form->{"$ref->{accno}_${_}"} = $ref->{$_} for qw(rate description taxnumber tax_id); } $sth_tax->finish;