From: Chris Sharp Date: Fri, 3 May 2013 18:48:19 +0000 (-0400) Subject: disabling visibility of hold shelf expiration date X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c700aeae8c88a0dcc099a63a9211b4b2716c7000;p=evergreen%2Fpines.git disabling visibility of hold shelf expiration date --- diff --git a/Open-ILS/src/templates/opac/parts/hold_status.tt2 b/Open-ILS/src/templates/opac/parts/hold_status.tt2 index 0cabbece6b..299bf0f543 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.