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

SF.net SVN: ledger-smb:[2437] trunk/LedgerSMB/AA.pm



Revision: 2437
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2437&view=rev
Author:   einhverfr
Date:     2009-01-05 23:54:05 +0000 (Mon, 05 Jan 2009)

Log Message:
-----------
Removing date grouping in outstanding summary report.

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

Modified: trunk/LedgerSMB/AA.pm
===================================================================
--- trunk/LedgerSMB/AA.pm	2008-12-29 22:34:59 UTC (rev 2436)
+++ trunk/LedgerSMB/AA.pm	2009-01-05 23:54:05 UTC (rev 2437)
@@ -822,7 +822,7 @@
 			AND a.force_closed IS NOT TRUE
 		 GROUP BY 
 		          vc.meta_number, a.entity_id, vce.name, d.description,
-		          a.ponumber, a.invoice, a.datepaid 
+		          a.ponumber, a.invoice 
 		   HAVING abs(sum(a.amount) - (sum(a.amount) - sum(acs.amount))) > 0.005 |;
         } else {
             $query = qq|


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