X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FRP.pm;h=1875e0c96786ab32332f87b55ff13292e73aa524;hb=1f4bfe674284bdbaca1f74c1d8b2ab15628fe6ef;hp=f0f25a235d8def4ab8eda6f3714ab61ada719f8e;hpb=d625387e824916760fe457609bb15d51b759b0fd;p=kivitendo-erp.git 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