https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39482 Lisette Scheer <lisette@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #18 from Lisette Scheer <lisette@bywatersolutions.com> --- (In reply to Marcel de Rooy from comment #17)
- return Koha::AdditionalContents->find_best_match( + return Koha::AdditionalContents->search_for_display(
+ [% FOREACH info IN OpacLibraryInfo %] + [% IF library.branchcode == info.branchcode %]
When reading this, I wonder if we should not correct the find_best_match call? It was specifically added for this case..
This does seem like find_best_match should be the call. -- You are receiving this mail because: You are watching all bug changes.