[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[2252] trunk/LedgerSMB/CA.pm



Revision: 2252
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2252&view=rev
Author:   einhverfr
Date:     2008-08-12 16:40:54 +0000 (Tue, 12 Aug 2008)

Log Message:
-----------
Really merging fix for 1954974 this time

Modified Paths:
--------------
    trunk/LedgerSMB/CA.pm

Modified: trunk/LedgerSMB/CA.pm
===================================================================
--- trunk/LedgerSMB/CA.pm	2008-08-12 16:39:00 UTC (rev 2251)
+++ trunk/LedgerSMB/CA.pm	2008-08-12 16:40:54 UTC (rev 2252)
@@ -403,9 +403,6 @@
 			$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 @@
 			$dpt_where
 			$project|;
 
-        if ($d_id) {
-            push @queryargs, $d_id;
-        }
         push @queryargs, $id;
         if ($fdate) {
             push @queryargs, $fdate;
@@ -471,9 +465,6 @@
 			$dpt_where
 			$project |;
 
-        if ($d_id) {
-            push @queryargs, $d_id;
-        }
         push @queryargs, $id;
         if ($fdate) {
             push @queryargs, $fdate;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.