summaryrefslogtreecommitdiff
path: root/FS/FS/cust_event.pm
diff options
context:
space:
mode:
authorivan <ivan>2007-10-02 21:56:11 +0000
committerivan <ivan>2007-10-02 21:56:11 +0000
commitcb90d32aa1db8564d890cca3231784340cd5d964 (patch)
tree3d81be7d52f98f989b67d09afa23106767f83541 /FS/FS/cust_event.pm
parentaf81319b032830fdec2ba0bc51313a469c254aab (diff)
doh!
Diffstat (limited to 'FS/FS/cust_event.pm')
-rw-r--r--FS/FS/cust_event.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_event.pm b/FS/FS/cust_event.pm
index 355bc25..5924851 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;