X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FIC.pm;h=868fb741748649aa43dbf15ed6c1666e13a46a0e;hb=003e290ce67f1946ce9084a88b2e3380940d90c1;hp=0983e2a8a7adc1d044404781e9328072144af6cf;hpb=52f5223a1dcfe217be3fc9f1b4002fe917a7a4c9;p=kivitendo-erp.git 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;