[Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 29 02:06:48 CEST 2019


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |additional_work_needed

--- Comment #189 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
I suspect a wrong resolution conflict here, see
  commit 5e4e10c4ca558180137bf5a4ff5a68495efa0ec7
  Bug 14385: Extend OpacHiddenItems to allow specifying exempt borrower
categories

The following line has been removed for years, and re-added by this patchset:

+        $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 ) ) : [];

At first glance I'd say we just need a patch removing the line.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list