From: Chris Sharp Date: Thu, 3 Jul 2014 18:59:15 +0000 (-0400) Subject: Removing due date visibility from public OPAC view. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=af5b18ef988dfe2b21f536dd963737a030801899;p=evergreen%2Fpines.git Removing due date visibility from public OPAC view. --- 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 c29a0171f9..c0fbbd2c98 100644 --- a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 @@ -48,7 +48,9 @@ END; [% l("Holdable?") %] [%- END %] [% l("Status") %] + [%- IF ctx.is_staff %] [% l("Due Date") %] + [%- END %] @@ -69,7 +71,9 @@ END; [% bib.target_copy.barcode | html %] [% copy_info.copy_location | html %] [% copy_info.copy_status | html %] + [%- IF ctx.is_staff %] [% copy_info.due_date | html %] + [%- END %] [%- END; # FOREACH peer END; # FOREACH bib @@ -188,6 +192,7 @@ END; # FOREACH bib schema_copy_status.${copy_info.status_code}; copy_info.copy_status | html; -%] + [%- IF ctx.is_staff %] [% IF copy_info.due_date; date.format( @@ -197,6 +202,7 @@ END; # FOREACH bib ELSE; '-'; END %] + [%- END %] [% IF copy_info.notes; %]