summaryrefslogtreecommitdiff
path: root/LedgerSMB
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-08-12 16:40:54 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-08-12 16:40:54 +0000
commitb843dabc37251b0fe652c28e07652959736debc4 (patch)
tree86fa730b4037e2d5a0fb1220b987128ac2338d2e /LedgerSMB
parent0a21178170ff1917204172a7cc1c3f7e73b8f379 (diff)
Really merging fix for 1954974 this time
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2252 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'LedgerSMB')
-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;