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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
>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.
_______________________________________________
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/