https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39482
--- Comment #17 from Marcel de Rooy <[email protected]> --- - 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.. -- 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/
