From 56be01c046fe4aad7f9a9aacc41b509483cc05f1 Mon Sep 17 00:00:00 2001 From: jeff Date: Tue, 23 Jan 2007 23:43:00 +0000 Subject: notices before first charge on flat_delayed --- FS/bin/freeside-daily | 3 +++ 1 file changed, 3 insertions(+) (limited to 'FS/bin/freeside-daily') diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily index b9742c4d1..a06a2b185 100755 --- a/FS/bin/freeside-daily +++ b/FS/bin/freeside-daily @@ -15,6 +15,9 @@ adminsuidsetup $user; use FS::Cron::bill qw(bill); bill(%opt); +use FS::Cron::notify qw(notify_flat_delay); +notify_flat_delay(%opt); + use FS::Cron::vacuum qw(vacuum); vacuum(); -- cgit v1.2.1