From d8e19d73efa750780648146fd45fe701c70c3465 Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 24 Jun 2009 09:07:21 +0000 Subject: Move expiration alerts into FS::Cron::alert_expiration --- FS/bin/freeside-daily | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'FS/bin/freeside-daily') 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 -- cgit v1.2.1