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>
Wed, 30 Jan 2019 14:17:42 +0000 (09:17 -0500)
Open-ILS/src/templates/staff/offline-interface.tt2

index fafc74e..b191630 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"