https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8219

Katrin Fischer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |7923
                 CC|                            |[email protected]
                   |                            |ommunity.org

--- Comment #1 from Katrin Fischer <[email protected]> ---
It looks like there is only one occurence of this method in the current
codebase, but sadly it's Search.pm:

C4/Search.pm:        $oldbiblio->{'authorised_value_images'}  =
($search_context->{'interface'} eq 'opac' &&
C4::Context->preference('AuthorisedValueImages')) ||
($search_context->{'interface'} eq 'intranet' &&
C4::Context->preference('StaffAuthorisedValueImages')) ?
C4::Items::get_authorised_value_images(
C4::Biblio::get_biblio_authorised_values( $oldbiblio->{'biblionumber'},
$marcrecord ) ) : [];


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7923
[Bug 7923] Performance omnibus
-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/

Reply via email to