LP#1402797 Default to staff-forced cancel cause
authorMike Rylander <mrylander@gmail.com>
Sun, 1 Feb 2015 19:46:00 +0000 (14:46 -0500)
committerBill Erickson <berickxx@gmail.com>
Wed, 25 Feb 2015 16:16:07 +0000 (11:16 -0500)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/web/js/ui/default/staff/circ/services/holds.js

index b155085..f1fa1fa 100644 (file)
@@ -64,6 +64,7 @@ function($modal , $q , egCore , egConfirmDialog , egAlertDialog) {
                 ['$scope', '$modalInstance', 'cancel_reasons',
                 function($scope, $modalInstance, cancel_reasons) {
                     $scope.args = {
+                        cancel_reason : 5,
                         cancel_reasons : cancel_reasons,
                         num_holds : hold_ids.length
                     };