From: Jason Stephenson Date: Sun, 21 Oct 2018 17:17:21 +0000 (-0400) Subject: Small attempt to resynchronize it. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=40049735b175a302066a51f85c5648c38f2e51e0;p=working%2FEvergreen.git Small attempt to resynchronize it. I think I need to go back to defering the status look up if this doesn't work. --- diff --git a/Open-ILS/web/js/ui/default/staff/circ/services/circ.js b/Open-ILS/web/js/ui/default/staff/circ/services/circ.js index 7fc2b12adb..7d18f285c8 100644 --- a/Open-ILS/web/js/ui/default/staff/circ/services/circ.js +++ b/Open-ILS/web/js/ui/default/staff/circ/services/circ.js @@ -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) {