From e20bced61722f0867f6e6f1c32f0654cea1fcada Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Thu, 26 Nov 2020 12:06:54 -0300 Subject: [PATCH] Bug 26282: (QA follow-up) Update POD Signed-off-by: Tomas Cohen Arazi --- Koha/Hold.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Koha/Hold.pm b/Koha/Hold.pm index 5278c81a123..ccf9bcae833 100644 --- a/Koha/Hold.pm +++ b/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, ] } ); -- 2.29.2