From 39b8f7cf58dbc621470882fa6aa7dc1054f8dc8b Mon Sep 17 00:00:00 2001 From: Cesar Velez Date: Wed, 12 Dec 2018 17:43:35 -0500 Subject: [PATCH] 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 --- Open-ILS/web/js/ui/default/staff/circ/patron/pending.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- 2.11.0