28 Oct
2019
28 Oct
'19
3:59 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23912 --- Comment #4 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 94813 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=94813&action=edit Bug 23912: Use C4::Context->interface instead of passing $opac Since most of Koha's codebase using getRecords() is not passing $opac into the subroutine (the only exception being opac-search.pl and search.pl), remove parameter $opac from list of subroutine parameters and replace the functionality with C4::Context->interface. To test: 1. See test plan of the previous patch Sponsored-by: Koha-Suomi Oy -- You are receiving this mail because: You are watching all bug changes.