[Koha-bugs] [Bug 17068] New: empty list item in opac-reserves.tt

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Aug 6 19:39:42 CEST 2016


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

            Bug ID: 17068
           Summary: empty list item in opac-reserves.tt
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: OPAC
          Assignee: oleonard at myacpl.org
          Reporter: ephetteplace at cca.edu
        QA Contact: testopia at bugs.koha-community.org

There's an empty <li> in opac-reserves.tt around line 280:

</li>
                                                        [% END # / IF
OpacHoldNotes %]

                                                        <li>
                                                        </li>
                                                        [% IF
bibitemloo.itemholdable %]
                                                            <!-- ITEM HOLDS -->

etc...

I'll add a patch in a bit that just deletes this tag.

Testing plan:

- sign in as user, go to place a hold
- view source on the holds page, find empty <li> in between the "hold notes"
textarea and the <!-- ITEM HOLDS --> comment
- apply patch
- revisit holds page
- no more empty list item

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


More information about the Koha-bugs mailing list