From: Jason Stephenson Date: Mon, 17 Dec 2018 16:42:02 +0000 (-0500) Subject: Sloppy.... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3072075c256a16078af5caa19f5e9d6084b08533;p=working%2FEvergreen.git Sloppy.... --- 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 6172c6625f..b862f3d38d 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 @@ -510,7 +510,7 @@ function(egCore , $q) { if (!$scope.copy.barcode()) $scope.copy.empty_barcode = true; - $scope.focusBarcode() { + $scope.focusBarcode = function () { return $scope.copy.empty_barcode; }