From fa266e3d183d9d0bb4936fed0c8a0410531b1e91 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Wed, 13 Oct 2010 13:05:35 +0200 Subject: [PATCH] =?utf8?q?Warum=20nicht=20wieder=20das=20Buchungsjournal?= =?utf8?q?=20f=C3=BCr=20einzelne=20Konten=20aktivieren=3F=20Ist=20doch=20a?= =?utf8?q?lles=20seit=202005=20im=20Backend=20daf=C3=BCr=20vorhanden=20...?= =?utf8?q?=20FiBu=20->=20Bericht=20um=20Suchfeld=20Kontonummer=20erweitert?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/GL.pm | 3 --- bin/mozilla/gl.pl | 4 +++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/SL/GL.pm b/SL/GL.pm index def0dc85f..320be1e7e 100644 --- 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}'"; diff --git a/bin/mozilla/gl.pl b/bin/mozilla/gl.pl index f26d67157..f7810c76b 100644 --- a/bin/mozilla/gl.pl +++ b/bin/mozilla/gl.pl @@ -314,7 +314,9 @@ sub search { $department | . $locale->text('Description') . qq| - + + | . $locale->text('Account Number') . qq| + | . $locale->text('Notes') . qq| -- 2.20.1