Hide Patron Search Button on Place Hold Screen
authorMcCanna <tmccanna@georgialibraries.org>
Wed, 20 Dec 2017 18:53:53 +0000 (13:53 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 20 Dec 2017 21:23:44 +0000 (16:23 -0500)
The functionality is currently broken (LP Bug 1724052) so hiding
the button until it is fixed.

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

index ec1c5a5..24fddcf 100644 (file)
@@ -93,9 +93,13 @@ function toggleActivationDate() {
             <span id="patron_usr_barcode_not_found" style="display: none">
               [% l('Patron barcode was not found') %]
             </span>
+            <!-- PINES Customization: Hide button since the results aren't correct -->
+            <!--
             [% IF ctx.is_browser_staff %]
             <button id="hold_usr_search" type="button" class="opac-button" style="display: none;">[% l('Patron Search') %]</button>
             [% END %]
+            -->
+            <!-- End PINES Customization -->
             <br />
             <input type="hidden" id="staff_barcode" 
               value="[% ctx.staff_recipient.card.barcode | html %]"/>