[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [1182] branches/1.2/LedgerSMB/AA.pm
- Subject: SF.net SVN: ledger-smb: [1182] branches/1.2/LedgerSMB/AA.pm
- From: ..hidden..
- Date: Sun, 13 May 2007 19:10:32 -0700
Revision: 1182
http://svn.sourceforge.net/ledger-smb/?rev=1182&view=rev
Author: einhverfr
Date: 2007-05-13 19:10:32 -0700 (Sun, 13 May 2007)
Log Message:
-----------
Applying fix to performance patch
Modified Paths:
--------------
branches/1.2/LedgerSMB/AA.pm
Modified: branches/1.2/LedgerSMB/AA.pm
===================================================================
--- branches/1.2/LedgerSMB/AA.pm 2007-05-14 02:07:33 UTC (rev 1181)
+++ branches/1.2/LedgerSMB/AA.pm 2007-05-14 02:10:32 UTC (rev 1182)
@@ -1124,7 +1124,7 @@
$query = qq|
SELECT c.accno, c.description, c.link,
c.category,
- ac.project_id
+ ac.project_id,
a.department_id
FROM chart c
JOIN acc_trans ac ON (ac.chart_id = c.id)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.