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=db55de1fa4e292680f0dd930b05f4c80a4a242f9;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 c87c27e595..96e77ae67e 100644 --- a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 @@ -68,8 +68,8 @@ END; [% bib.target_copy.call_number.label | html %] [% bib.target_copy.barcode | html %] [% copy_info.copy_location | html %] - [% copy_info.copy_status | html %] - [% copy_info.due_date | html %] + [%- END; # FOREACH peer END; # FOREACH bib