diff options
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 bda42f025..acf795087 100755 --- a/FS/bin/freeside-daily +++ b/FS/bin/freeside-daily @@ -14,6 +14,10 @@ adminsuidsetup $user; use FS::Cron::bill qw(bill); bill(%opt); +# Send alerts about upcoming credit card expiration. +use FS::Cron::alert_expiration qw(alert_expiration); +alert_expiration(%opt); + #what to do about the below when using -m? that is the question. #you don't want to skip this, besides, it should be cheap |