Remove status and due date from public OPAC.
authorChris Sharp <csharp@georgialibraries.org>
Thu, 28 Jul 2016 14:49:54 +0000 (10:49 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 22 Aug 2022 18:13:50 +0000 (14:13 -0400)
Open-ILS/src/templates/opac/parts/record/copy_table.tt2

index e955ad8..1459f7e 100644 (file)
@@ -109,14 +109,6 @@ IF has_copies or ctx.foreign_copies;
             [%- IF ctx.is_staff OR serial_holdings %]
             <th scope='col'>[% l("Holdable?") %]</th>
             [%- END %]
-            <th scope='col'>[% l("Status") %]</th>
-            <th scope='col'>[% l("Due Date") %]</th>
-            [%- IF use_courses %]
-            <th scope='col'>[% l("Courses") %]</th>
-            [%- END %]
-            [%- IF ctx.geo_sort && ctx.has_valid_coords %]
-            <th scope='col'>[% l("Distance") %]</th>
-            [%- END %]
         </tr>
     </thead>
     <tbody class="copy_details_table">