From: Cesar Velez Date: Wed, 12 Dec 2018 22:43:35 +0000 (-0500) Subject: LP#1737800 - add delete action to pending patrons X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f40471b0344e416b81240dc7a9e0b4d93286e00a;p=evergreen%2Fpines.git LP#1737800 - add delete action to pending patrons This adds a way to remove a pending/staged user from the pending users grid. Signed-off-by: Cesar Velez Signed-off-by: Terran McCanna Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/web/js/ui/default/staff/circ/patron/pending.js b/Open-ILS/web/js/ui/default/staff/circ/patron/pending.js index 65e29ad1d9..59b1556f02 100644 --- a/Open-ILS/web/js/ui/default/staff/circ/patron/pending.js +++ b/Open-ILS/web/js/ui/default/staff/circ/patron/pending.js @@ -49,7 +49,7 @@ function($scope , $q , $routeParams , $window , $location , egCore , egGridDataP )); }); - $q.all(promises).then(refresh_page()); + $q.all(promises).then(refresh_page); } }