From: Jeff Davis Date: Sun, 14 Aug 2022 21:13:22 +0000 (-0700) Subject: temporary fix for LP#1986479 (disables preferred-language notifications as a workaround) X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d92276495ff848f2625e83080c437417c7031f39;p=working%2FEvergreen.git temporary fix for LP#1986479 (disables preferred-language notifications as a workaround) Signed-off-by: Jeff Davis --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Trigger/Event.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Trigger/Event.pm index bd068e56c5..a350288a4e 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Trigger/Event.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Trigger/Event.pm @@ -503,7 +503,7 @@ sub build_environment { } }; my $e = new_editor(xact=>1); - if ($reactor) { + if (1==0 and $reactor) { if ( $reactor eq 'SendEmail' or $reactor eq 'ProcessTemplate' or $reactor eq 'SendSMS') {