summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xLedgerSMB/CA.pm9
1 files changed, 0 insertions, 9 deletions
diff --git a/LedgerSMB/CA.pm b/LedgerSMB/CA.pm
index 61df47fd..c7a9b0bd 100755
--- a/LedgerSMB/CA.pm
+++ b/LedgerSMB/CA.pm
@@ -345,9 +345,6 @@ sub all_transactions {
$todate_where
$dpt_where
$project|;
- if ($d_id) {
- push @queryargs, $d_id;
- }
push @queryargs, $id;
if ($fdate) {
push @queryargs, $fdate;
@@ -378,9 +375,6 @@ sub all_transactions {
$dpt_where
$project|;
- if ($d_id) {
- push @queryargs, $d_id;
- }
push @queryargs, $id;
if ($fdate) {
push @queryargs, $fdate;
@@ -411,9 +405,6 @@ sub all_transactions {
$dpt_where
$project |;
- if ($d_id) {
- push @queryargs, $d_id;
- }
push @queryargs, $id;
if ($fdate) {
push @queryargs, $fdate;