PINES Customization - Hide shelf expire time in OPAC because it doesn't
authorTerran McCanna <tmccanna@georgialibraries.org>
Mon, 6 Mar 2017 21:34:49 +0000 (16:34 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 16 Nov 2018 01:03:39 +0000 (20:03 -0500)
always match how long the libraries actually keep the items on the shelves
due to local policy.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/opac/parts/hold_status.tt2

index 336db2a..84d0886 100644 (file)
@@ -2,6 +2,7 @@
     <div>
     [% IF hold.hold.status == 4 %]
             <span class="myopac-hold-available">[% l("Available") %] </span>
+            <!-- Hide in PINES OPAC
               [% IF ahr.shelf_expire_time %]
                 <br/>
                 [% l("Expires") %]
@@ -9,7 +10,7 @@
                      [% date.format(ctx.parse_datetime(ahr.shelf_expire_time), DATE_FORMAT) %]
                  </span>
               [% END %]
-
+            -->
 
      [% ELSIF hold.hold.status == 6 %]
                <span class="myopac-hold-canceled"> [% l("Canceled") %] </span>