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>
Wed, 2 Dec 2020 19:03:12 +0000 (14:03 -0500)
Open-ILS/src/templates-bootstrap/opac/parts/record/copy_table.tt2

index f68c00a..2643f8e 100755 (executable)
@@ -53,8 +53,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>