From reserve/request.tt: - <img src="[% biblioloo.imageurl %]" alt="[% biblioloo.itypename %]" title="[% biblioloo.itypename %]" /> But this itypename is never set. From the controller: $biblioloopiter{description} = $biblioitem->{description}; $biblioloopiter{itypename} = $biblioitem->{description}; $biblioitem comes from GetBiblioItemInfosOf which does not retrieve "description"
Created attachment 70380 [details] [review] Bug 19940: Koha::Biblio - Remove GetBiblioItemInfosOf This subroutine is only used once and can be replaced easily with a Koha::Biblioitems->search call Test plan: Test this on top of bug 19941 and confirm that the correct item types are displayed
Jonathan, it seems to me that you submitted the patch for bug 19440 here, and forgot about this specific bug you were trying to fix.
(In reply to Tomás Cohen Arazi from comment #2) > Jonathan, it seems to me that you submitted the patch for bug 19440 here, > and forgot about this specific bug you were trying to fix. Sounds like I lost that patch, or never wrote it!