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>
Fri, 9 Aug 2019 13:21:50 +0000 (09:21 -0400)
Open-ILS/src/templates/staff/offline-interface.tt2

index dc7b56b..46bc550 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"