[Koha-bugs] [Bug 19941] New: 'alt' and 'title' attributes not set when a hold is placed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 9 18:04:16 CET 2018


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 at bugs.koha-community.org
          Reporter: jonathan.druart at bugs.koha-community.org
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at 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.


More information about the Koha-bugs mailing list