X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FDATEV.pm;h=9dcfe0bdb57660149b1435bf271e449f3e699b0e;hb=5734251762d9fc172a5110472d029bb6a36578a0;hp=1db417c9a42c03437695fbfeb85e745d57dcd1bd;hpb=476d2c57a3d2a344009ae3a38fb0e5c84f91914d;p=kivitendo-erp.git diff --git a/SL/DATEV.pm b/SL/DATEV.pm index 1db417c9a..9dcfe0bdb 100644 --- a/SL/DATEV.pm +++ b/SL/DATEV.pm @@ -835,6 +835,7 @@ sub generate_datev_lines { } if ($transaction->[$i]->{'taxkey'}) { $taxkey = $transaction->[$i]->{'taxkey'}; + $taxkey = 0 if $taxkey == 94; # taxbookings are in gl } if ($transaction->[$i]->{'charttax'}) { $charttax = $transaction->[$i]->{'charttax'};