PINES Customization: Hide queue order from My Account Holds Screen
authorTerran McCanna <tmccanna@georgialibraries.org>
Tue, 28 Feb 2017 17:56:52 +0000 (12:56 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 26 May 2017 13:29:17 +0000 (09:29 -0400)
in OPAC.

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

index fe5f271..336db2a 100644 (file)
@@ -49,6 +49,7 @@
             <span class="myopac-uncaptured-hold"> [% l("Waiting for copy") %] </span>
      [% END %]
     </div>
+    <!-- Hide in PINES
     <div>
         [% # Only show the count for holds that have not been captured
            IF hold.hold.status < 3 OR hold.hold.status == 7 %]
@@ -58,5 +59,6 @@
              </span>
          [% END %]
     </div>
+    -->
 [% END %]