From 3072075c256a16078af5caa19f5e9d6084b08533 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Mon, 17 Dec 2018 11:42:02 -0500 Subject: [PATCH] Sloppy.... --- 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 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; } -- 2.11.0