From 40049735b175a302066a51f85c5648c38f2e51e0 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Sun, 21 Oct 2018 13:17:21 -0400 Subject: [PATCH] Small attempt to resynchronize it. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.11.0