Bug 12206: fix HTML in other holdings list in staff search results page
authorGalen Charlton <gmc@esilibrary.com>
Wed, 7 May 2014 17:43:25 +0000 (17:43 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 13 May 2014 14:07:12 +0000 (14:07 +0000)
To test:

[1] View, in the staff interface, a record with alternate holdings
    (as controlled by the AlternateHoldingsField system preference).
[2] Verify that the HTML list is closed correctly.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt

index ca911ef..21c2866 100644 (file)
@@ -615,7 +615,7 @@ var holdForPatron = function () {
                                     [% FOREACH ALTERNATEHOLDING IN SEARCH_RESULT.ALTERNATEHOLDINGS %]
                                     <li id="alternateholdings">[% ALTERNATEHOLDING.holding %]</li>
                                     [% END %]
-                                    </li>
+                                    </ul>
                                     [% ELSE %]
                                     <span class="unavailable">No items</span>
                                     [% END %]