From 6065ffd38b3045999a5e816eefc9ea36ddb7b188 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Tue, 31 Jan 2017 15:43:20 -0500 Subject: [PATCH] Revert "LP#1660059 - Allow for undef value for A/T Processing Group Context Field" This reverts commit 9636eab1103b69b52d276ea6884bed3b8d549dee. --- Open-ILS/src/perlmods/lib/OpenILS/Application/Trigger.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Trigger.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Trigger.pm index c5bc93e90a..920175b5c7 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Trigger.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Trigger.pm @@ -777,9 +777,6 @@ sub grouped_events { # get the grouping value for the grouping object on this event my $ident_value = $node->$group_field(); - unless($ident_value) { # this can legitimately be undef, so we need to handle it if so - $e->update_state('invalid'); - } if(ref $ident_value) { my $ident_field = $ident_value->Identity; $ident_value = $ident_value->$ident_field() -- 2.11.0