---- Reported by colin.campbell@ptfs-europe.com 2010-02-11 13:49:38 ---- Current conversion rate from UK pounds to Yen 1.00 GBP = 140.363 JPY Koha amended that to 99.99999 Given the inherent "stability" of the world economic order we cannot assume values will be less than 100 --- Bug imported by chris@bigballofwax.co.nz 2010-05-21 01:23 UTC --- This bug was previously known as _bug_ 4160 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4160 Actual time not defined. Setting to 0.0 Setting qa contact to the default for this product. This bug either had no qa contact or an invalid one.
to Chris Cormack: To enable rates exceeding 100, execute the SQL beneath on your database. ALTER TABLE `currency` CHANGE `rate` `rate` FLOAT( 15, 5 ) NULL DEFAULT NULL; Have a good day. Thanks goes to <owen> on #koha IRC channel.
Created attachment 2827 [details] [review] Proposed patch I created a patch changing the data type of rate as suggested above. Please test and sign-off.
This bug is mentioned in: Bug 4160: Currency conversion doesn't handle rates other than 100 http://lists.koha-community.org/pipermail/koha-patches/2010-December/013224.html
Patch pushed, please test
This bug is mentioned in: Bug 4160: Currency conversion doesn't handle rates other than 100 http://lists.koha-community.org/pipermail/koha-patches/2011-January/013728.html