summaryrefslogtreecommitdiff
path: root/FS/bin/freeside-monthly
diff options
context:
space:
mode:
authorjeff <jeff>2009-08-12 14:58:50 +0000
committerjeff <jeff>2009-08-12 14:58:50 +0000
commit56a2965996454a0649d43ecbc062beda61106e21 (patch)
tree12c4c2167844a44b09ff5da4cf2bf128cdcf2bc7 /FS/bin/freeside-monthly
parent600a15aa56c212e1206fced9cbcf9de103c2f95b (diff)
internalize billco-upload and automate the transfer to the provider RT#5902
Diffstat (limited to 'FS/bin/freeside-monthly')
-rwxr-xr-xFS/bin/freeside-monthly3
1 files changed, 3 insertions, 0 deletions
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
###