summaryrefslogtreecommitdiff
path: root/LedgerSMB/CA.pm
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-08-12 16:37:02 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-08-12 16:37:02 +0000
commitbca5826c5485e2c1f3d8cfdf36f247826ea4afed (patch)
tree651a841e2f495ac776aa88a273562160b8f8c23f /LedgerSMB/CA.pm
parent16c6c27b451f4ff3d35e82db757f8417847b44c7 (diff)
Merging fix for bug 1974974
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2250 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'LedgerSMB/CA.pm')
-rw-r--r--LedgerSMB/CA.pm9
1 files changed, 0 insertions, 9 deletions
diff --git a/LedgerSMB/CA.pm b/LedgerSMB/CA.pm
index fa10a985..117d9d1e 100644
--- a/LedgerSMB/CA.pm
+++ b/LedgerSMB/CA.pm
@@ -403,9 +403,6 @@ sub all_transactions {
$dpt_where
AND ($approved OR (a.approved AND ac.approved))
$project|;
- if ($d_id) {
- push @queryargs, $d_id;
- }
push @queryargs, $id;
if ($fdate) {
push @queryargs, $fdate;
@@ -437,9 +434,6 @@ sub all_transactions {
$dpt_where
$project|;
- if ($d_id) {
- push @queryargs, $d_id;
- }
push @queryargs, $id;
if ($fdate) {
push @queryargs, $fdate;
@@ -471,9 +465,6 @@ sub all_transactions {
$dpt_where
$project |;
- if ($d_id) {
- push @queryargs, $d_id;
- }
push @queryargs, $id;
if ($fdate) {
push @queryargs, $fdate;