Der Filter für Kontennummer im Buchungsjournal sollte seit 2005 nicht MEHR funktionie...
authorJan Büren <jan@lx-office-hosting.de>
Wed, 13 Oct 2010 10:19:45 +0000 (12:19 +0200)
committerJan Büren <jan@lx-office-hosting.de>
Wed, 13 Oct 2010 10:19:45 +0000 (12:19 +0200)
SL/GL.pm

index 320be1e..def0dc8 100644 (file)
--- a/SL/GL.pm
+++ b/SL/GL.pm
@@ -268,6 +268,9 @@ sub all_transactions {
   }
 
   if ($form->{accno}) {
+    exit;
+    # Diese Abfrage hatte schon 2005 keinen Sinn mehr, jedenfalls
+    # nicht über FiBu -> Berichte (keine Eingabefeld für Suchkriterium vorhanden)
     $glwhere .= " AND c.accno = '$form->{accno}'";
     $arwhere .= " AND c.accno = '$form->{accno}'";
     $apwhere .= " AND c.accno = '$form->{accno}'";