LP#1737800 - add delete action to pending patrons
authorCesar Velez <cesar.velez@equinoxinitiative.org>
Wed, 12 Dec 2018 22:43:35 +0000 (17:43 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 16 Oct 2019 18:45:00 +0000 (14:45 -0400)
This adds a way to remove a pending/staged user from
the pending users grid.

Open-ILS/web/js/ui/default/staff/circ/patron/pending.js

index 59b1556..65e29ad 100644 (file)
@@ -49,7 +49,7 @@ function($scope , $q , $routeParams , $window , $location , egCore , egGridDataP
                 ));
             });
 
-            $q.all(promises).then(refresh_page);
+            $q.all(promises).then(refresh_page());
         }
     }