From: Jason Stephenson Date: Mon, 17 Dec 2018 16:33:29 +0000 (-0500) Subject: Try another approach. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fc8fb254c890835476879cc375fcf4f42b168b33;p=working%2FEvergreen.git Try another approach. --- 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 b99672c4a9..a4212e0958 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 @@ -489,7 +489,7 @@ function(egCore , $q) { ''+ + ' focus-me="{{focusBarcode}}"/>'+ '
{{duplicate_barcode_string}}
'+ '
{{empty_barcode_string}}
'+ ''+ @@ -506,6 +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; if (!$scope.copy.barcode()) $scope.copy.empty_barcode = true;