[Koha] Currencies and Exchange Rates

sheldon_tappin thecarterii at hotmail.com
Tue Dec 7 05:34:09 NZDT 2010



Thanks for the fix

Sheldon
Date: Mon, 6 Dec 2010 08:26:28 -0800
From: ml-node+3294282-251419808-135934 at n5.nabble.com
To: thecarterii at hotmail.com
Subject: Re: Currencies and Exchange Rates



	> 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
_______________________________________________

Koha mailing list  http://koha-community.org
[hidden email]

http://lists.katipo.co.nz/mailman/listinfo/koha

	

	

	
	
		View message @ http://koha.1045719.n5.nabble.com/Currencies-and-Exchange-Rates-tp3294265p3294282.html

		
		To unsubscribe from Currencies and Exchange Rates, click here.
	 		 	   		  
-- 
View this message in context: http://koha.1045719.n5.nabble.com/Currencies-and-Exchange-Rates-tp3294265p3294290.html
Sent from the Koha - Discuss mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.katipo.co.nz/pipermail/koha/attachments/20101206/dd13c98b/attachment.htm 


More information about the Koha mailing list