http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2729 Summary: redundant call to C4::Biblio::get_biblio_authorised_values() Product: Koha Version: unspecified Platform: PC OS/Version: All Status: NEW Severity: normal Priority: PATCH-Sent Component: Searching AssignedTo: jmf@liblime.com ReportedBy: clay.fouts@liblime.com QAContact: koha-bugs@lists.koha.org Within C4::Search::searchResults() there's a redundant assignment to $oldbiblio->{'authorised_value_images'} involving an expensive call to C4::Biblio::get_biblio_authorised_values(). One of these assignments should be eliminated. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.