]> wagnertech.de Git - mfinanz.git/blobdiff - SL/AP.pm
Auch beim Aufruf von LXDebug::message() auf Veränderungen bei beobachteten Variablen...
[mfinanz.git] / SL / AP.pm
index b63abab883f460c597c0d8d8011655cccdfdf6e1..f5c1e737066df8b5ed2d8aff3add440fdd2344fd 100644 (file)
--- 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 | .