https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17253 --- Comment #9 from Claire Gravely <claire_gravely@hotmail.com> --- (In reply to Jonathan Druart from comment #5)
Created attachment 56306 [details] [review] Bug 17253: Koha::AuthorisedValues - Remove GetKohaAuthorisedValues
This patch replaces the call to C4::Koha::GetKohaAuthorisedValues with Koha::AuthorisedValues->search_by_koha_field
Test plan: AV descriptions should be displayed on the following pages: - XSLT view - location and ccode - Bibliographic detail, moredetail and OPAC pages - location, ccode, copynumber
[BIB Details page OK with XSLT and without XSLT] [BIB Moredetails page missing location with XSLT and without XSLT - also not displayed on master] [OPAC pages ok with XSLT and without XSLT]
- returns - location
[ALL OK]
- opac-basket - ccode, location
[ccode not displayed - also not displayed on master]
- The 3 reports: catalogue_stats.pl, issues_stats.pl and reserves_stats.pl - location, ccode
[ALL OK] -- You are receiving this mail because: You are watching all bug changes.