https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18433 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |ASSIGNED --- Comment #17 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- I think I finally found what was wrong. Take a look at the 2 last patches. What you actually want is Koha::AuthorisedValues->get_description_by_koha_field. But you missed a TT plugin for an easy access. This method is cached and so certainly much powerful than what your were trying to do. Let me know if you have any questions. If you agree we will need to use this sub from the 2 other files, remove the tests and the new method you added. -- You are receiving this mail because: You are watching all bug changes.