From 45ee6c9c0161659ada7f73da3645accb0ea307d5 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Fri, 3 May 2013 14:48:19 -0400 Subject: [PATCH] disabling visibility of hold shelf expiration date --- Open-ILS/src/templates/opac/parts/hold_status.tt2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Open-ILS/src/templates/opac/parts/hold_status.tt2 b/Open-ILS/src/templates/opac/parts/hold_status.tt2 index 2e17e874f0..e0fbfe505a 100644 --- a/Open-ILS/src/templates/opac/parts/hold_status.tt2 +++ b/Open-ILS/src/templates/opac/parts/hold_status.tt2 @@ -3,11 +3,11 @@ [% IF hold.hold.status == 4; l("Available") | html; - IF ahr.shelf_expire_time; - '
'; - l('Expires [_1]', - date.format(ctx.parse_datetime(ahr.shelf_expire_time), DATE_FORMAT)) | html; - END; + #IF ahr.shelf_expire_time; + # '
'; + # l('Expires [_1]', + # date.format(ctx.parse_datetime(ahr.shelf_expire_time), DATE_FORMAT)) | html; + #END; ELSIF hold.hold.estimated_wait AND hold.hold.estimated_wait > 0; # estimated wait is delivered as seconds. -- 2.11.0