From cb90d32aa1db8564d890cca3231784340cd5d964 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 2 Oct 2007 21:56:11 +0000 Subject: [PATCH] doh! --- FS/FS/cust_event.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0