From: Mike Rylander Date: Wed, 28 Feb 2018 15:17:10 +0000 (-0500) Subject: LP#1676608: Stop hold capture when an alert-force copy status change is requested X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=452448300f976b5230691e3eeac4127decf9f0e7;p=evergreen%2Fjoelewis.git LP#1676608: Stop hold capture when an alert-force copy status change is requested Signed-off-by: Mike Rylander --- 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 f19188488e..f749b9292d 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 @@ -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() {}