LP#1676608: Stop hold capture when an alert-force copy status change is requested
authorMike Rylander <mrylander@gmail.com>
Wed, 28 Feb 2018 15:17:10 +0000 (10:17 -0500)
committerMike Rylander <mrylander@gmail.com>
Wed, 28 Feb 2018 15:26:44 +0000 (10:26 -0500)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/web/js/ui/default/staff/circ/services/circ.js

index f191884..f749b92 100644 (file)
@@ -1690,6 +1690,7 @@ function($uibModal , $q , egCore , egAlertDialog , egConfirmDialog,  egAddCopyAl
                 ok : function(the_next_status) {
                         if (the_next_status !== null) {
                             params.next_copy_status = [ the_next_status ];
+                            params.capture = 'nocapture';
                         }
                      },
                 cancel : function() {}