OPAC: repair copy_table.tt2
authorChris Sharp <csharp@georgialibraries.org>
Wed, 2 Dec 2020 19:03:12 +0000 (14:03 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 19 Nov 2022 19:55:20 +0000 (14:55 -0500)
Open-ILS/src/templates-bootstrap/opac/parts/record/copy_table.tt2

index b9c8f36..a829703 100755 (executable)
@@ -104,8 +104,7 @@ IF has_copies or ctx.foreign_copies;
             [%- IF ctx.is_staff OR serial_holdings %]
             <th scope='col' style="vertical-align:top;">[% l("Holdable?") %]</th>
             [%- END %]
-            <th scope='col'>[% l("Status") %]</th>
-            <th scope='col'>[% l("Due Date") %]</th>
+            <th scope='col' style="vertical-align:top;">[% l("Status") %]</th>
             <th scope='col' style="vertical-align:top;">&nbsp;</th>
         </tr>
     </thead>