OPAC: further repair to copy_table.tt2
authorChris Sharp <csharp@georgialibraries.org>
Wed, 2 Dec 2020 19:14:29 +0000 (14:14 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 2 Dec 2020 19:14:29 +0000 (14:14 -0500)
Open-ILS/src/templates-bootstrap/opac/parts/record/copy_table.tt2

index 2643f8e..b270d2d 100755 (executable)
@@ -215,15 +215,6 @@ END; # FOREACH bib
                 schema_copy_status.${copy_info.status_code};
                 copy_info.copy_status | html;
             -%]</td>
-            <td>[%
-                IF copy_info.due_date;
-                    date.format(
-                        ctx.parse_datetime(copy_info.due_date, copy_info.circ_circ_lib),
-                        DATE_FORMAT
-                    );
-                ELSE;
-                    '-';
-                END %]</td>
         <!-- PINES customization: Show alert if item is new -->
         <td>[% IF copy_info.age_protect && copy_info.create_date < (date.now - 15552000); '<a href="#" title="" data-toggle="tooltip" data-original-title="This is a new item and may only be checked out locally."><i class="fas fa-star" style="color:orange;" aria-hidden="true"></i></a>'; END; %] 
         </td>