[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [810] branches/1.2
- Subject: SF.net SVN: ledger-smb: [810] branches/1.2
- From: ..hidden..
- Date: Sat, 17 Feb 2007 16:33:12 -0800
Revision: 810
http://svn.sourceforge.net/ledger-smb/?rev=810&view=rev
Author: einhverfr
Date: 2007-02-17 16:33:10 -0800 (Sat, 17 Feb 2007)
Log Message:
-----------
Fixing bug 1661261
Modified Paths:
--------------
branches/1.2/LedgerSMB/RC.pm
branches/1.2/dists/deb/cpan_requisites.txt
Modified: branches/1.2/LedgerSMB/RC.pm
===================================================================
--- branches/1.2/LedgerSMB/RC.pm 2007-02-15 22:37:06 UTC (rev 809)
+++ branches/1.2/LedgerSMB/RC.pm 2007-02-18 00:33:10 UTC (rev 810)
@@ -232,11 +232,11 @@
if ($form->{fx_transaction}) {
$fx_transaction = qq|
AND NOT (ac.chart_id IN
- (SELECT value AS fxgain_accno_id FROM defaults
+ (SELECT value FROM defaults
WHERE setting_key = 'fxgain_accno_id'
UNION
- SELECT value AS fxloss_accno_id FROM defaults
- WHERE setting_key = 'fxloss_accno_id))|;
+ SELECT value FROM defaults
+ WHERE setting_key = 'fxloss_accno_id'))|;
} else {
$fx_transaction = qq|
AND ac.fx_transaction = '0'|;
Modified: branches/1.2/dists/deb/cpan_requisites.txt
===================================================================
--- branches/1.2/dists/deb/cpan_requisites.txt 2007-02-15 22:37:06 UTC (rev 809)
+++ branches/1.2/dists/deb/cpan_requisites.txt 2007-02-18 00:33:10 UTC (rev 810)
@@ -1,2 +1,3 @@
Config::Std
Class::Std
+Build
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.