From 51ac413d1675ffd13348771077264cdca840a91b Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Thu, 28 Jul 2016 10:37:45 -0400 Subject: [PATCH] Removing Status and Due Date from copy table. --- Open-ILS/src/templates/opac/parts/record/copy_table.tt2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 c6ab1aa5a6..8cad8a5643 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 -- 2.11.0