diff options
author | ivan <ivan> | 2011-07-15 21:10:40 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-07-15 21:10:40 +0000 |
commit | 0e7c29b192fff137d3b9167b29633a94f94b995f (patch) | |
tree | 7bf403bd486c7266d533c1f5d7af0bdb80eb07d3 /FS/bin/freeside-daily | |
parent | 945580551410383965a86beadb095a760fa4ce5b (diff) |
add signup-duplicate_cc-warn_hours to warn about duplicate signups in a time span, RT#12011
Diffstat (limited to 'FS/bin/freeside-daily')
-rwxr-xr-x | FS/bin/freeside-daily | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily index e50d992e0..a7c38d557 100755 --- a/FS/bin/freeside-daily +++ b/FS/bin/freeside-daily @@ -16,6 +16,10 @@ adminsuidsetup $user; use FS::Cron::nms_report qw(nms_report); nms_report(%opt); +#no way to skip this yet, but should be harmless/quick +use FS::Cron::expire_banned_pay qw(expire_banned_pay); +expire_banned_pay(%opt); + #you can skip this by setting the disable_cron_billing config use FS::Cron::bill qw(bill); bill(%opt); |