https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16311
--- Comment #1 from Andreas Roussos <[email protected]> --- Created attachment 55451 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=55451&action=edit Bug 16311 - Advanced search language limit typo In the OPAC -> Advanced Search, the Language drop down menu incorrectly lists Romanian as "Român (Romanian)" while the correct value (as reported by Barry Cannon) is "Română (Romanian)". This patch fixes that: a) for _new_ installations by modifying installer/data/mysql/mandatory/subtag_registry.sql (loaded by the web installer when koha is installed), and also b) for _existing_ installations by adding an atomicupdate file in installer/data/mysql/atomicupdate/ Test plan: 1) In the OPAC, go to Advanced search (cgi-bin/koha/opac-search.pl). 2) In the 'Language' drop down menu, observe that the value for Romanian is "Român (Romanian)". 3) Apply the patch, and run installer/data/mysql/updatedatabase.pl. 4) Refresh the Advanced search page in the OPAC. Confirm that the patch worked, i.e. the Language drop down menu lists Romanian as "Română (Romanian)" (notice the added 'ă'). -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
