From abd7fde0c577b050f0c2c4c4854114830383770d Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Mon, 17 Dec 2018 11:34:32 -0500 Subject: [PATCH] Oops! --- Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js b/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js index a4212e0958..79747f37f9 100644 --- a/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js +++ b/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js @@ -506,7 +506,7 @@ function(egCore , $q) { $scope.empty_barcode = false; $scope.duplicate_barcode_string = window.duplicate_barcode_string; $scope.empty_barcode_string = window.empty_barcode_string; - $scope.focusBarcode = (!$scop.copy) ? true : false; + $scope.focusBarcode = (!$scope.copy) ? true : false; if (!$scope.copy.barcode()) $scope.copy.empty_barcode = true; -- 2.11.0