diff options
author | Mark Wells <mark@freeside.biz> | 2014-12-09 13:19:40 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-12-09 13:19:40 -0800 |
commit | 1a7d2f896b0173c98bae48c222a88c2ea3cedb1e (patch) | |
tree | 1265af58c5b3d93b41aaeeee3d4631e447667da2 /FS | |
parent | 44f4f5987dd09783b74fef7b569aabdc5c67d8cd (diff) |
temp typo fix
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/part_event/Condition/signupdate_age.pm | 1 |
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; } |