From: Jan Büren Date: Fri, 12 Feb 2016 12:40:09 +0000 (+0100) Subject: SuSa Abteilungsauswahl liefert SQL-Fehler X-Git-Tag: release-3.4.1~425 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=266101c743abe168592d78ff7dbeee88552fd1e0;p=kivitendo-erp.git 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 --- 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