[Koha-bugs] [Bug 14179] Field width for currency.currency is inadequate

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 11 02:47:13 CEST 2015


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

Indranil Das Gupta <indradg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #39030|0                           |1
        is obsolete|                            |

--- Comment #6 from Indranil Das Gupta <indradg at gmail.com> ---
Created attachment 39031
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39031&action=edit
Bug 14179 - Alters currency field to VARCHAR(255)

Alters `currency`.`currency` column from VARCHAR(10) to VARCHAR(255)

Test plan
=========

1/ login to Koha staff client and go to Home -> Administration ->
   Currencies & Exchange rates
2/ add a new currency - Bhutanese Ngultrum, ISO code BTN, currency
   symbol Nu. and rate of 0.016) and save it.
3/ the currency name should be truncated as 'Bhutanese '
4/ apply the patch
5/ update the db schema by running :
   % perl installer/data/mysql/updatedatabase.pl
6/ delete currency 'Bhutanese '
7/ repeat step #2 above
8/ the currency should be saved correctly (without truncation)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list