X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_event.pm;h=5924851fd152e3b73eb3dc185fe5eb3c7dde7a11;hp=355bc25321fba9ad7d11233bf48e3a52e6822b2d;hb=cb90d32aa1db8564d890cca3231784340cd5d964;hpb=af81319b032830fdec2ba0bc51313a469c254aab diff --git a/FS/FS/cust_event.pm b/FS/FS/cust_event.pm index 355bc2532..5924851fd 100644 --- a/FS/FS/cust_event.pm +++ b/FS/FS/cust_event.pm @@ -190,7 +190,7 @@ sub test_conditions { my $part_event = $self->part_event; my $object = $self->cust_X; my @conditions = $part_event->part_event_condition; - %opt{'cust_event'} = $self; + $opt{'cust_event'} = $self; #no unsatisfied conditions #! grep ! $_->condition( $object, %opt ), @conditions;