Grrr...
authorJason Stephenson <jason@sigio.com>
Sun, 21 Oct 2018 11:58:41 +0000 (07:58 -0400)
committerJason Stephenson <jason@sigio.com>
Fri, 26 Oct 2018 23:04:56 +0000 (19:04 -0400)
Forgot to change the argument name of the get_status inner function.

Open-ILS/web/js/ui/default/staff/circ/services/circ.js

index 212e1a6..698b7b6 100644 (file)
@@ -1412,7 +1412,7 @@ function($uibModal , $q , egCore , egAlertDialog , egConfirmDialog,  egAddCopyAl
             break;
         }
 
-        function get_status(id) {
+        function get_status(ids) {
             var deferred = $q.defer()
             egCore.pcrud.search('ccs', ids)
                 .then(function(resp) {