[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [1133] branches/1.2
- Subject: SF.net SVN: ledger-smb: [1133] branches/1.2
- From: ..hidden..
- Date: Sun, 06 May 2007 11:52:31 -0700
Revision: 1133
http://svn.sourceforge.net/ledger-smb/?rev=1133&view=rev
Author: einhverfr
Date: 2007-05-06 11:52:31 -0700 (Sun, 06 May 2007)
Log Message:
-----------
Fixing bug 1711447
Modified Paths:
--------------
branches/1.2/Changelog
branches/1.2/LedgerSMB/Form.pm
Modified: branches/1.2/Changelog
===================================================================
--- branches/1.2/Changelog 2007-05-06 17:58:43 UTC (rev 1132)
+++ branches/1.2/Changelog 2007-05-06 18:52:31 UTC (rev 1133)
@@ -5,6 +5,8 @@
* Fixed FX issue with posting cash transfers (Chris T)
* Corrected multibyte handling in form generation (Seneca)
* Corrected NaN issues in invoice printing (Seneca)
+* Corrected PO and order number searches not working (Chris T).
+* Corrected Exchange Rate display issue (CHris T).
Changelog for 1.2.4
* Fixed internal functions avgcost() and lastcost() to not use float (Joshua D)
Modified: branches/1.2/LedgerSMB/Form.pm
===================================================================
--- branches/1.2/LedgerSMB/Form.pm 2007-05-06 17:58:43 UTC (rev 1132)
+++ branches/1.2/LedgerSMB/Form.pm 2007-05-06 18:52:31 UTC (rev 1133)
@@ -1741,9 +1741,9 @@
($exchangerate) = $sth->fetchrow_array;
}
- $exchangerate;
$sth->finish;
$self->{dbh}->commit;
+ $exchangerate;
}
sub check_exchangerate {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.