]> wagnertech.de Git - mfinanz.git/blobdiff - SL/RP.pm
kivitendo 3.9.2-0.2
[mfinanz.git] / SL / RP.pm
index 28d01af19c7572ab34c65db403679a1b79a42d35..a53cde7fd39241f9a5669c2fdb09edda9b0f202f 100644 (file)
--- a/SL/RP.pm
+++ b/SL/RP.pm
@@ -1055,7 +1055,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,
@@ -1066,7 +1065,6 @@ sub trial_balance {
          $customer_join
          WHERE $sumwhere
            $dpt_where_without_arapgl
-           $dpt_where
            $customer_where
            $project
          AND ac.amount > 0
@@ -1077,7 +1075,6 @@ sub trial_balance {
          JOIN chart c ON (ac.chart_id = c.id)
          $customer_join
          WHERE $sumwhere
-           $dpt_where
            $dpt_where_without_arapgl
            $customer_where
            $project