From: Chris Sharp Date: Wed, 2 Dec 2020 19:14:29 +0000 (-0500) Subject: OPAC: further repair to copy_table.tt2 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=130648974d32bf3bebcef67a7847c62d8a8d3b2e;p=evergreen%2Fpines.git OPAC: further repair to copy_table.tt2 --- diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/record/copy_table.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/record/copy_table.tt2 index 2643f8eb52..b270d2d43b 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/record/copy_table.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/record/copy_table.tt2 @@ -215,15 +215,6 @@ END; # FOREACH bib schema_copy_status.${copy_info.status_code}; copy_info.copy_status | html; -%] - [% - IF copy_info.due_date; - date.format( - ctx.parse_datetime(copy_info.due_date, copy_info.circ_circ_lib), - DATE_FORMAT - ); - ELSE; - '-'; - END %] [% IF copy_info.age_protect && copy_info.create_date < (date.now - 15552000); ''; END; %]