[Koha] Currencies and Exchange Rates

Owen Leonard oleonard at myacpl.org
Tue Dec 7 05:26:02 NZDT 2010


> The problem
> that I'm facing is: koha only allows a maximum exchange rate of 99.99999.

This is a known but unfixed bug:
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4160

You can fix it for your installation by altering the structure of the
currency table in your Koha database:

ALTER TABLE  `currency` CHANGE  `rate`  `rate` FLOAT( 15, 5 ) NULL DEFAULT
NULL;

  -- Owen

-- 
Web Developer
Athens County Public Libraries
http://www.myacpl.org


More information about the Koha mailing list