replace line lost during conflict resolution
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 16 Jul 2010 14:18:12 +0000 (14:18 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 16 Jul 2010 14:18:12 +0000 (14:18 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@16959 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Trigger.pm

index f4c64d9..fa5aee5 100644 (file)
@@ -418,6 +418,8 @@ sub create_batch_events {
             }
         }};
 
+        push @{ $filter->{'-and'} }, { '+atev' => { id => undef } };
+
         $class =~ s/^Fieldmapper:://o;
         $class =~ s/::/_/go;
         my $method = 'search_'. $class;