[Bug 4160] Currency Conversion dosn't handle rates other than 100
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4160 Mark Kastoun <mark@mgglb.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |mark@mgglb.com Resolution| |FIXED --- Comment #1 from Mark Kastoun <mark@mgglb.com> 2010-10-28 07:29:34 UTC --- 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. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org