From 56a2965996454a0649d43ecbc062beda61106e21 Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 12 Aug 2009 14:58:50 +0000 Subject: internalize billco-upload and automate the transfer to the provider RT#5902 --- FS/bin/freeside-monthly | 3 +++ 1 file changed, 3 insertions(+) (limited to 'FS/bin/freeside-monthly') diff --git a/FS/bin/freeside-monthly b/FS/bin/freeside-monthly index 1e41b780e..a81e3e9ed 100755 --- a/FS/bin/freeside-monthly +++ b/FS/bin/freeside-monthly @@ -15,6 +15,9 @@ adminsuidsetup $user; use FS::Cron::bill qw(bill); bill(%opt, 'check_freq'=>'1m' ); +use FS::Cron::upload qw(upload); +upload(%opt); + ### # subroutines ### -- cgit v1.2.1