6 Dec
2010
6 Dec
'10
5:26 p.m.
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