[Koha-bugs] [Bug 4160] Currency Conversion dosn't handle rates other than 100

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 28 09:29:35 CEST 2010


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4160

Mark Kastoun <mark at mgglb.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |mark at mgglb.com
         Resolution|                            |FIXED

--- Comment #1 from Mark Kastoun <mark at 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.


More information about the Koha-bugs mailing list