Summary: | Currency Conversion dosn't handle rates other than 100 | ||
---|---|---|---|
Product: | Koha | Reporter: | Colin Campbell <colin.campbell> |
Component: | Acquisitions | Assignee: | Katrin Fischer <katrin.fischer> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | normal | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, mark |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: | Proposed patch |
Description
Chris Cormack
2010-05-21 01:23:50 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. Created attachment 2827 [details] [review] Proposed patch I created a patch changing the data type of rate as suggested above. Please test and sign-off. This bug is mentioned in: Bug 4160: Currency conversion doesn't handle rates other than 100 http://lists.koha-community.org/pipermail/koha-patches/2010-December/013224.html Patch pushed, please test This bug is mentioned in: Bug 4160: Currency conversion doesn't handle rates other than 100 http://lists.koha-community.org/pipermail/koha-patches/2011-January/013728.html |