disabling visibility of hold shelf expiration date
authorChris Sharp <csharp@georgialibraries.org>
Fri, 3 May 2013 18:48:19 +0000 (14:48 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 21 Sep 2015 18:55:11 +0000 (14:55 -0400)
Open-ILS/src/templates/opac/parts/hold_status.tt2

index 2e17e87..e0fbfe5 100644 (file)
@@ -3,11 +3,11 @@
     [% 
         IF hold.hold.status == 4;
             l("Available") | html;
-            IF ahr.shelf_expire_time;
-                '<br/>';
-                l('Expires [_1]', 
-                    date.format(ctx.parse_datetime(ahr.shelf_expire_time), DATE_FORMAT)) | html;
-            END;
+            #IF ahr.shelf_expire_time;
+            #    '<br/>';
+            #    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.