LP#1659181 Mark Items Damaged Prompt
[evergreen-equinox.git] / Open-ILS / web / js / ui / default / staff / cat / item / app.js
index 2eac888..3624b2a 100644 (file)
@@ -142,7 +142,8 @@ function($scope , $location , $timeout , egCore , egGridDataProvider , itemSvc)
     $scope.selectedHoldingsDamaged = function () {
         itemSvc.selectedHoldingsDamaged([{
             id : $scope.args.copyId,
-            barcode : $scope.args.copyBarcode
+            barcode : $scope.args.copyBarcode,
+            refresh : true
         }]);
     }