remove offline blocked list download button
authorChris Sharp <csharp@georgialibraries.org>
Tue, 19 Dec 2017 14:07:07 +0000 (09:07 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 19 Nov 2022 19:52:45 +0000 (14:52 -0500)
Open-ILS/src/templates/staff/offline-interface.tt2

index 5ea679b..6a72158 100644 (file)
@@ -33,6 +33,7 @@
           ng-click="reprintLast()">
             [% l('Reprint Last Receipt') %]
         </button>
+        <!-- removing this until blocked list infrastructure is repaired
         <button
           class="btn btn-default"
           ng-disabled="buildingBlockList"
@@ -40,6 +41,7 @@
           ng-click="downloadBlockList()">
             [% l('Download block list') %]
         </button>
+        -->
         <button
           class="btn btn-default"
           ng-disabled="pending_xacts.length == 0"