https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14962
--- Comment #104 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 194305 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194305&action=edit Bug 14962: (QA follow-up) Fix crash in C4::Search when UseDisplayModule is enabled effective_homebranch() and effective_holdingbranch() return a plain branchcode string, not a Koha::Library object. Calling ->branchcode on the return value caused a fatal "Can't call method on unblessed reference" error on every search results page when UseDisplayModule was enabled. Drop the spurious ->branchcode method call. Sponsored-by: ByWater Solutions Signed-of-by: Martin Renvoize <[email protected]> -- 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/
