X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_event.pm;h=5ca816752a70ceef2e2a7e9e0f3241ca82632748;hb=dae1709465dafbd941ffd326117bc59b898352df;hp=355bc25321fba9ad7d11233bf48e3a52e6822b2d;hpb=5495c7c68eb78c00a3c38da89fab7c7f98911927;p=freeside.git diff --git a/FS/FS/cust_event.pm b/FS/FS/cust_event.pm index 355bc2532..5ca816752 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; @@ -344,6 +344,7 @@ sub process_re_X { } +#this needs some updating based on the 1.7 cust_bill_event.pm still, i think sub re_X { my($method, $beginning, $ending, $failed, $job) = @_;