http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10236
--- Comment #2 from Chris Cormack <[email protected]> --- Created attachment 19616 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=19616&action=edit Bug 10236 - software error greek authorities When displaying at OPAC an authority containing several languages forms, we get a software error. There is in authority template page a call to "language" function but this function does not exist. This patch copies behaviour from bug 8870 (pushed in 3.10) which introduces the "language function". Test plan (unimarc) : - create an authority with 2 fields 700 with : 700$7 ba0yga0y $8 fregrc $a Κίνναμος 700$7 ba0yba0a $8 frefre $a Cinnamos - display this authority at OPAC => you should see : See also Greek term: Κίνναμος See also French term: Cinnamos Signed-off-by: Chris Cormack <[email protected]> -- 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/
