Formatierung
authorUdo Spallek <info@wissensvermittlung.com>
Sat, 24 Mar 2007 09:04:58 +0000 (09:04 +0000)
committerUdo Spallek <info@wissensvermittlung.com>
Sat, 24 Mar 2007 09:04:58 +0000 (09:04 +0000)
SL/AP.pm

index b63abab..f5c1e73 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 | .