From: Mark Wells Date: Sat, 6 Dec 2014 02:18:40 +0000 (-0800) Subject: typo? X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=4f75a8cd92fad9dbe241e79c5e8a39fc5b89fe05 typo? --- 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; }