7 Nov
2025
7 Nov
'25
7:53 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39482 --- Comment #17 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- - 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.