@@ -, +, @@ --- Koha/Hold.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/Koha/Hold.pm +++ a/Koha/Hold.pm @@ -424,8 +424,9 @@ sub is_suspended { my $cancel_hold = $hold->cancel( { - [ charge_cancel_fee => 1||0, ] + [ charge_cancel_fee => 1||0, ] [ cancellation_reason => $cancellation_reason, ] + [ notify_patron => 1||0, ] } ); --