http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12616
--- Comment #8 from Bernardo Gonzalez Kriegel <[email protected]> --- To reproduce on master: delete a couple of values from language_rfc4646_to_iso639 table. For example DELETE FROM language_rfc4646_to_iso639 WHERE rfc4646_subtag IN ('ta','ur') gives a pulldown that defaults to Urdu (or the last lang without 3 letter code) and 'ta' (tamil) is also selected. Problem is missing values in that table. We can hide the problem removing pulldown entries without proper iso639-2 code -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
