Re: [Koha-devel] Field width for currency.currency is inadequate

2015-05-10 Thread Mark Tompsett
Greetings, Please see http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14179#c7 GPML, Mark Tompsett ___ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website :

[Koha-devel] Field width for currency.currency is inadequate

2015-05-10 Thread Indranil Das Gupta
Hi all, The database field currency.currency is defined as VARCHAR(10) NOT NULL. This needs to be increased e.g. set as VARCHAR(255) NOT NULL. The rationale: a) While it is possible to accomodate 'US Dollar' in that width, for many currencies this space is inadequate e.g. 'East Caribbean Dollar'