LP1863252 Geosort - add dropped END tag
authorTerran McCanna <tmccanna@georgialibraries.org>
Fri, 19 Feb 2021 21:35:45 +0000 (16:35 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 11 Mar 2021 21:00:53 +0000 (16:00 -0500)
This adds back an END tag in the boostrap copy_table.tt2
that got lost.

Note that in order to fully test this in bootstrap, I had to
add the fix included here as well:
https://bugs.launchpad.net/evergreen/+bug/1916085

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.org>

Open-ILS/src/templates-bootstrap/opac/parts/record/copy_table.tt2

index 6851879..dad40fd 100755 (executable)
@@ -95,6 +95,7 @@ IF has_copies or ctx.foreign_copies;
             <th scope='col'>[% l("Due Date") %]</th>
             [%- IF ctx.use_courses %]
             <th scope='col'>[% l("Courses") %]</th>
+            [%- END %]
             [%- IF ctx.geo_sort && ctx.has_valid_coords %]
             <th scope='col'>[% l("Distance") %]</th>
             [%- END %]