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

SF.net SVN: ledger-smb:[2249] branches/1.2/LedgerSMB/CA.pm



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

Log Message:
-----------
Correcting bug 195974:  error on pulling transactions by department

Modified Paths:
--------------
    branches/1.2/LedgerSMB/CA.pm

Modified: branches/1.2/LedgerSMB/CA.pm
===================================================================
--- branches/1.2/LedgerSMB/CA.pm	2008-08-12 01:04:51 UTC (rev 2248)
+++ branches/1.2/LedgerSMB/CA.pm	2008-08-12 16:35:34 UTC (rev 2249)
@@ -345,9 +345,6 @@
 			$todate_where
 			$dpt_where
 			$project|;
-        if ($d_id) {
-            push @queryargs, $d_id;
-        }
         push @queryargs, $id;
         if ($fdate) {
             push @queryargs, $fdate;
@@ -378,9 +375,6 @@
 			$dpt_where
 			$project|;
 
-        if ($d_id) {
-            push @queryargs, $d_id;
-        }
         push @queryargs, $id;
         if ($fdate) {
             push @queryargs, $fdate;
@@ -411,9 +405,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.