webstaff: fix issue that prevent new copies from being added
authorGalen Charlton <gmc@esilibrary.com>
Fri, 29 Jan 2016 23:38:53 +0000 (18:38 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 2 Feb 2016 01:36:59 +0000 (20:36 -0500)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js

index 26d4aae..cef2bf3 100644 (file)
@@ -1135,7 +1135,8 @@ function($scope , $q , $window , $routeParams , $location , $timeout , egCore ,
                                 var cp = new itemSvc.generateNewCopy(
                                     cn,
                                     proto.owner || egCore.auth.user().ws_ou(),
-                                    $scope.is_fast_add
+                                    $scope.is_fast_add,
+                                    true
                                 );
 
                                 if (proto.barcode) cp.barcode( proto.barcode );