From 70e8595918db106d9efdc76559059898a9ed8e6a Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 12 Dec 2006 14:07:02 +0000 Subject: [PATCH] =?utf8?q?Wenn=20ein=20Enddatum=20angegeben=20wird,=20dann?= =?utf8?q?=20muss=20das=20auch=20ber=C3=BCcksichtigt=20werden.=20Fix=20f?= =?utf8?q?=C3=BCr=20Bugzilla=20#424.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/CA.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/SL/CA.pm b/SL/CA.pm index 4453a9fd6..28ffc2e73 100644 --- a/SL/CA.pm +++ b/SL/CA.pm @@ -141,6 +141,7 @@ sub all_transactions { if ($form->{todate}) { $fromto .= " AND ac.transdate <= '$form->{todate}'"; $subwhere .= " AND transdate <= '$form->{todate}'"; + $glwhere .= " AND ac.transdate <= '$form->{todate}'"; } if ($form->{eur}) { -- 2.20.1