From: Terran McCanna Date: Mon, 6 Mar 2017 21:34:49 +0000 (-0500) Subject: PINES Customization - Hide shelf expire time in OPAC because it doesn't X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=60c64c027b5c8334908267df6a4271a3ec5867a0;p=evergreen%2Fpines.git PINES Customization - Hide shelf expire time in OPAC because it doesn't always match how long the libraries actually keep the items on the shelves due to local policy. Signed-off-by: Terran McCanna --- diff --git a/Open-ILS/src/templates/opac/parts/hold_status.tt2 b/Open-ILS/src/templates/opac/parts/hold_status.tt2 index 336db2a5a3..84d0886729 100644 --- a/Open-ILS/src/templates/opac/parts/hold_status.tt2 +++ b/Open-ILS/src/templates/opac/parts/hold_status.tt2 @@ -2,6 +2,7 @@
[% IF hold.hold.status == 4 %] [% l("Available") %] + [% ELSIF hold.hold.status == 6 %] [% l("Canceled") %]