JBAS-2147 Replace barcode opens volcopy editor
authorBill Erickson <berickxx@gmail.com>
Wed, 13 Mar 2019 21:05:44 +0000 (17:05 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:51:45 +0000 (15:51 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/web/js/ui/default/staff/cat/catalog/app.js

index 6c88b15..730bd3f 100644 (file)
@@ -1039,7 +1039,10 @@ function($scope , $routeParams , $location , $window , $q , egCore , egHolds , e
         $timeout(function() { $window.open(url, '_blank') });
     }
 
-    $scope.replaceBarcodes = function() {
+    // KCLS JBAS-2147
+    $scope.replaceBarcodes = function() {spawnHoldingsEdit(false, false);}
+
+    $scope.__replaceBarcodes = function() {
         var copy_list = gatherSelectedRawCopies();
         if (copy_list.length == 0) return;