From 26cc5218a917a0dfb4bbb660e240ba951b4f04ea Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Thu, 28 Jul 2016 10:49:54 -0400 Subject: [PATCH] Remove status and due date from public OPAC. --- Open-ILS/src/templates/opac/parts/record/copy_table.tt2 | 6 ++++-- 1 file changed, 4 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 639ad491fc..41c9bf0669 100644 --- a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 @@ -52,8 +52,8 @@ IF has_copies or ctx.foreign_copies; [%- IF ctx.is_staff OR serial_holdings %] [% l("Holdable?") %] [%- END %] - [% l("Status") %] - [% l("Due Date") %] + @@ -210,6 +210,7 @@ END; # FOREACH bib l("Not holdable"); END %] [%- END %] + [% IF ctx.is_staff %] [%- schema_copy_status.${copy_info.status_code}; copy_info.copy_status | html; @@ -222,6 +223,7 @@ END; # FOREACH bib ); ELSE; '-'; + [%- END %] END %] -- 2.11.0