Warum nicht wieder das Buchungsjournal für einzelne Konten aktivieren? Ist doch alles...
authorJan Büren <jan@lx-office-hosting.de>
Wed, 13 Oct 2010 11:05:35 +0000 (13:05 +0200)
committerJan Büren <jan@lx-office-hosting.de>
Wed, 13 Oct 2010 11:05:35 +0000 (13:05 +0200)
SL/GL.pm
bin/mozilla/gl.pl

index def0dc8..320be1e 100644 (file)
--- a/SL/GL.pm
+++ b/SL/GL.pm
@@ -268,9 +268,6 @@ 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}'";
index f26d671..f7810c7 100644 (file)
@@ -314,7 +314,9 @@ sub search {
         $department
         <tr>
           <th align=right>| . $locale->text('Description') . qq|</th>
-          <td colspan=3><input name=description size=40></td>
+          <td><input name=description size=40></td>
+          <th align=right>| . $locale->text('Account Number') . qq|</th>
+          <td><input name=accno size=20></td>
         </tr>
         <tr>
           <th align=right>| . $locale->text('Notes') . qq|</th>