Removing Status and Due Date from copy table.
authorChris Sharp <csharp@georgialibraries.org>
Thu, 28 Jul 2016 14:37:45 +0000 (10:37 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Sun, 31 Oct 2021 15:54:45 +0000 (11:54 -0400)
Open-ILS/src/templates/opac/parts/record/copy_table.tt2

index 8d8693d..87d8d20 100644 (file)
@@ -79,12 +79,6 @@ IF has_copies or ctx.foreign_copies;
     <td>[% bib.target_copy.call_number.label | html %]</td>
     <td>[% bib.target_copy.barcode | html %]</td>
     <td>[% bib.target_copy.location.name | html %]</td>
-    <td>[% bib.target_copy.status.name | html %]</td>
-    <td>[% date.format(ctx.parse_datetime(copy_info.due_date, copy_info.circ_circ_lib),DATE_FORMAT) %]</td>
-    [%- IF ctx.get_org_setting(CGI.param('loc'))
-        OR use_courses %]
-    <td></td>
-    [%- END %]
 </tr>
    [%- END; # FOREACH peer
 END; # FOREACH bib