Sloppy....
authorJason Stephenson <jason@sigio.com>
Mon, 17 Dec 2018 16:42:02 +0000 (11:42 -0500)
committerJason Stephenson <jason@sigio.com>
Mon, 17 Dec 2018 16:42:02 +0000 (11:42 -0500)
Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js

index 6172c66..b862f3d 100644 (file)
@@ -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;
                 }