https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39482
Lisette Scheer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #18 from Lisette Scheer <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
