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)
committerKathy Lussier <klussier@masslnc.org>
Tue, 2 Feb 2016 19:58:55 +0000 (14:58 -0500)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
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 );