From: Jason Stephenson Date: Mon, 17 Dec 2018 16:34:32 +0000 (-0500) Subject: Oops! X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=abd7fde0c577b050f0c2c4c4854114830383770d;p=working%2FEvergreen.git Oops! --- 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;