From: Chris Sharp Date: Thu, 28 Jul 2016 14:49:54 +0000 (-0400) Subject: Remove status and due date from public OPAC. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c6e90b433afd8a90f747f5e60e76977d02416360;p=evergreen%2Fpines.git Remove status and due date from public OPAC. --- 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 %]