@@ -, +, @@ The "Do not notify"-checkbox should get unchecked. Other selections for the row get unchecked. borrower about getting the caught Hold. --- C4/Reserves.pm | 3 +++ 1 file changed, 3 insertions(+) --- a/C4/Reserves.pm +++ a/C4/Reserves.pm @@ -2008,6 +2008,9 @@ sub _koha_notify_reserve { message_name => 'Hold_Filled' } ); + #The Borrower can opt out from any notifications. This is explicit rejection. + return if $messagingprefs->{transports}->{none}; + my $sth = $dbh->prepare(" SELECT * FROM reserves --