summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-12-05 18:18:40 -0800
committerMark Wells <mark@freeside.biz>2014-12-05 18:18:40 -0800
commit4f75a8cd92fad9dbe241e79c5e8a39fc5b89fe05 (patch)
tree52e511c763e01872dd81e237ed68e323fdcc2c2e
parent0a1b4524bb9e69ed5fb066712d01fcba4effe720 (diff)
typo?
-rw-r--r--FS/FS/part_event/Condition/signupdate_age.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/part_event/Condition/signupdate_age.pm b/FS/FS/part_event/Condition/signupdate_age.pm
index 70b4bbd7b..0c78b4c10 100644
--- a/FS/FS/part_event/Condition/signupdate_age.pm
+++ b/FS/FS/part_event/Condition/signupdate_age.pm
@@ -18,6 +18,7 @@ sub condition {
my $age = $self->option_age_from('age', $opt{'time'} );
+ my $cust_main = $cust_bill->cust_main;
( $cust_main->signupdate - 60 ) <= $age;
}