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

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.
_______________________________________________
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/

Reply via email to