From 871fc4a94cd45e4223d8db457b47ce1bd0e41b6d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 4 May 2009 13:33:32 +0000 Subject: [PATCH] =?utf8?q?Anfangssaldo=20von=20Konten=20ist=20unabh=C3=A4n?= =?utf8?q?gig=20von=20gew=C3=A4hlten=20Abteilungen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/CA.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/SL/CA.pm b/SL/CA.pm index 1fb05e9da..cf4ccce08 100644 --- a/SL/CA.pm +++ b/SL/CA.pm @@ -202,9 +202,7 @@ sub all_transactions { qq|SELECT SUM(ac.amount) AS amount FROM acc_trans ac JOIN chart c ON (ac.chart_id = c.id) - $dpt_join WHERE ((select date_trunc('year', ac.transdate::date)) = (select date_trunc('year', ?::date))) AND ac.ob_transaction - $dpt_where $project AND c.accno = ? $acc_cash_where|; -- 2.20.1