]> wagnertech.de Git - mfinanz.git/blobdiff - SL/CA.pm
Grammatik/Rechtschreibkorrektur
[mfinanz.git] / SL / CA.pm
index a208e2e3e9b18e58f8006cce890626c31c99a548..4604f13e3a6009485a83e0ebcb3984cd4a8ac7d1 100644 (file)
--- a/SL/CA.pm
+++ b/SL/CA.pm
@@ -405,7 +405,7 @@ sub all_transactions {
     }
 
     $ca->{index} = join "--", map { $ca->{$_} } qw(id reference description transdate);
-
+#     $ca->{index} = $ca->{$form->{sort}};
     push(@{ $form->{CA} }, $ca);
 
   }