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>
Mon, 15 Aug 2022 11:54:39 +0000 (07:54 -0400)
Open-ILS/src/templates-bootstrap/opac/parts/record/copy_table.tt2

index cccd569..9b440e6 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>