From b47a89eecbc9403aa50b3b92e63d594d1ede1ab3 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Mon, 6 Mar 2017 16:34:49 -0500 Subject: [PATCH] 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 --- Open-ILS/src/templates/opac/parts/hold_status.tt2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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") %] -- 2.11.0