From: Mike Rylander Date: Thu, 7 Apr 2016 17:11:42 +0000 (-0400) Subject: Fix last commit... typo X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0c608fc4afc02ebfc6d9c3990a6bd23b37539bf1;p=working%2FEvergreen.git Fix last commit... typo Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/web/js/ui/default/staff/admin/local/app.js b/Open-ILS/web/js/ui/default/staff/admin/local/app.js index 423759e952..efad40cb82 100644 --- a/Open-ILS/web/js/ui/default/staff/admin/local/app.js +++ b/Open-ILS/web/js/ui/default/staff/admin/local/app.js @@ -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}});