From 24f6c43d282d23954c75857ae4a8460cb1b5c232 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 6492a0a5d6..7cbe6865d8 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