Small attempt to resynchronize it.
authorJason Stephenson <jason@sigio.com>
Sun, 21 Oct 2018 17:17:21 +0000 (13:17 -0400)
committerJason Stephenson <jason@sigio.com>
Fri, 26 Oct 2018 23:04:56 +0000 (19:04 -0400)
I think I need to go back to defering the status look up if this
doesn't work.

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

index 7fc2b12..7d18f28 100644 (file)
@@ -1436,7 +1436,7 @@ function($uibModal , $q , egCore , egAlertDialog , egConfirmDialog,  egAddCopyAl
                 cancel : function() {}
             }
         ).result.then(function() {
-            egCore.pcrud.retrieve('ccs', 13)
+            return egCore.pcrud.retrieve('ccs', 13)
                 .then(function(resp) {
                     var promises = [];
                     angular.forEach(copies, function(copy) {