From b843dabc37251b0fe652c28e07652959736debc4 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Tue, 12 Aug 2008 16:40:54 +0000 Subject: 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 --- LedgerSMB/CA.pm | 9 --------- 1 file changed, 9 deletions(-) (limited to 'LedgerSMB/CA.pm') 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; -- cgit v1.2.3