https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19941 Bug ID: 19941 Summary: 'alt' and 'title' attributes not set when a hold is placed Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: minor Priority: P5 - low Component: Hold requests Assignee: jonathan.druart@bugs.koha-community.org Reporter: jonathan.druart@bugs.koha-community.org QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com
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" -- You are receiving this mail because: You are watching all bug changes.