From: Chris Sharp Date: Thu, 28 Jul 2016 14:37:45 +0000 (-0400) Subject: Removing Status and Due Date from copy table. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fdcd3c71aa435401eff80b661238d4d3ac8cc3f5;p=evergreen%2Fpines.git Removing Status and Due Date from copy table. --- diff --git a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 index 1e0456cf83..639ad491fc 100644 --- a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 @@ -72,9 +72,9 @@ IF has_copies or ctx.foreign_copies; [% bib.target_copy.call_number.label | html %] [% bib.target_copy.barcode | html %] - [% bib.target_copy.location.name | html %] - [% bib.target_copy.status.name | html %] - [% date.format(ctx.parse_datetime(copy_info.due_date, copy_info.circ_circ_lib),DATE_FORMAT) %] + [% copy_info.copy_location | html %] + [%- END; # FOREACH peer END; # FOREACH bib