https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14962 --- Comment #104 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- 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 <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.