temporary fix for LP#1986479 (disables preferred-language notifications as a workaround) user/jeffdavis/lp1986479-workaround
authorJeff Davis <jeff.davis@bc.libraries.coop>
Sun, 14 Aug 2022 21:13:22 +0000 (14:13 -0700)
committerJeff Davis <jeff.davis@bc.libraries.coop>
Sun, 14 Aug 2022 21:13:55 +0000 (14:13 -0700)
Signed-off-by: Jeff Davis <jeff.davis@bc.libraries.coop>
Open-ILS/src/perlmods/lib/OpenILS/Application/Trigger/Event.pm

index bd068e5..a350288 100644 (file)
@@ -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') {