Add missing ".result" in previous commit.
authorJason Stephenson <jason@sigio.com>
Sun, 21 Oct 2018 16:36:09 +0000 (12:36 -0400)
committerJason Stephenson <jason@sigio.com>
Fri, 26 Oct 2018 23:04:56 +0000 (19:04 -0400)
Open-ILS/web/js/ui/default/staff/circ/services/circ.js

index ae732b1..18ed36c 100644 (file)
@@ -1453,7 +1453,7 @@ function($uibModal , $q , egCore , egAlertDialog , egConfirmDialog,  egAddCopyAl
                 ok : function() {},
                 cancel : function() {}
             }
-        ).then(function() {
+        ).result.then(function() {
             var promises = [];
             angular.forEach(copies, function(copy) {
                 promises.push(service.mark_item(copy, 13, {}))