X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FAP.pm;h=f5c1e737066df8b5ed2d8aff3add440fdd2344fd;hb=0c472ce6b2b803cd57b8361d778fb711dc3549ba;hp=b63abab883f460c597c0d8d8011655cccdfdf6e1;hpb=a851fde7ef0995a2848c0edb732fe1d50a58d82b;p=kivitendo-erp.git diff --git a/SL/AP.pm b/SL/AP.pm index b63abab88..f5c1e7370 100644 --- a/SL/AP.pm +++ b/SL/AP.pm @@ -90,7 +90,7 @@ sub post_transaction { $form->{taxincluded} = 0 if ($form->{amount} == 0); for $i (1 .. $form->{rowcount}) { - ($form->{"tax_id_$i"}, $NULL) = split /--/, $form->{"taxchart_$i"}; + ($form->{"tax_id_$i"}, $NULL) = split /--/, $form->{"taxchart_$i"}; $query = qq|SELECT c.accno, t.taxkey, t.rate | .