[Koha-bugs] [Bug 22536] New: Display problem in Holds to Pull report

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 18 23:50:01 CET 2019


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

            Bug ID: 22536
           Summary: Display problem in Holds to Pull report
 Change sponsored?: ---
           Product: Koha
           Version: 18.11
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: david.roberts at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com
  Target Milestone: ---

Created attachment 86732
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=86732&action=edit
Screenshot

In 18.11, the holds to pull screen displays <br/> in the table when an
bibliographic record has more than one copy (see attached screenshot). This
seems to be related to the template:

</td>
        <td><p>[% reserveloo.itemcallnumber | html %]</p></td>
        <td><p>[% reserveloo.copyno | html %]</p></td>
        <td><p>[% reserveloo.enumchron | html %]</p></td>
        <td>

Removing the html part of the line fixes the problem, but isn't a very secure
long-term solution.

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


More information about the Koha-bugs mailing list