Fix last commit... typo
authorMike Rylander <mrylander@gmail.com>
Thu, 7 Apr 2016 17:11:42 +0000 (13:11 -0400)
committerMike Rylander <mrylander@gmail.com>
Thu, 31 Aug 2017 17:23:15 +0000 (13:23 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/web/js/ui/default/staff/admin/local/app.js

index 423759e..efad40c 100644 (file)
@@ -142,7 +142,7 @@ function($scope , $route , $location , egCore , $timeout , egConfirmDialog , $mo
             return query;
         },
         activateItem : function (item) {
-            $scope.editHandler([items])
+            $scope.editHandler([item])
         }
     };
     $scope.gridControls.setQuery({id : {'!=' : null}});