From 266101c743abe168592d78ff7dbeee88552fd1e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Fri, 12 Feb 2016 13:40:09 +0100 Subject: [PATCH] SuSa Abteilungsauswahl liefert SQL-Fehler Im Nachgang zu b8fee3fc (dpt_trans aus RP.pm entfernen) - Vergessene dpt_where weiter entfernt, sodass die SuSa nach Abteilungsauswahl wieder geht. Getestet mit Soll- und Ist-Haken bei SuSa --- SL/RP.pm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/SL/RP.pm b/SL/RP.pm index f0f25a235..1875e0c96 100644 --- a/SL/RP.pm +++ b/SL/RP.pm @@ -746,7 +746,6 @@ sub trial_balance { $customer_join WHERE ((select date_trunc('year', ac.transdate::date)) = (select date_trunc('year', ?::date))) AND ac.ob_transaction $dpt_where_without_arapgl - $dpt_where $customer_where $project GROUP BY c.accno, c.category, c.description |; @@ -931,7 +930,6 @@ sub trial_balance { $customer_join WHERE $where $dpt_where_without_arapgl - $dpt_where $customer_where $project AND (ac.amount < 0) @@ -943,7 +941,6 @@ sub trial_balance { $customer_join WHERE $where $dpt_where_without_arapgl - $dpt_where $customer_where $project AND ac.amount > 0 @@ -954,7 +951,6 @@ sub trial_balance { $customer_join WHERE $saldowhere $dpt_where_without_arapgl - $dpt_where $customer_where $project AND c.accno = ? AND (NOT ac.ob_transaction OR ac.ob_transaction IS NULL)) AS saldo, @@ -965,7 +961,6 @@ sub trial_balance { $customer_join WHERE $sumwhere $dpt_where_without_arapgl - $dpt_where $customer_where $project AND ac.amount > 0 @@ -977,7 +972,6 @@ sub trial_balance { $customer_join WHERE $sumwhere $dpt_where_without_arapgl - $dpt_where $customer_where $project AND ac.amount < 0 @@ -988,7 +982,6 @@ sub trial_balance { $customer_join WHERE $where $dpt_where_without_arapgl - $dpt_where $customer_where $project AND c.accno = ?) AS last_transaction @@ -1065,7 +1058,6 @@ sub trial_balance { $customer_join WHERE $where $dpt_where_without_arapgl - $dpt_where $customer_where $project AND c.accno = ?) AS last_transaction -- 2.20.1