summaryrefslogtreecommitdiff
path: root/FS/bin/freeside-daily
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-daily
parent600a15aa56c212e1206fced9cbcf9de103c2f95b (diff)
internalize billco-upload and automate the transfer to the provider RT#5902
Diffstat (limited to 'FS/bin/freeside-daily')
-rwxr-xr-xFS/bin/freeside-daily4
1 files changed, 4 insertions, 0 deletions
diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily
index 119f93a59..728fa969a 100755
--- a/FS/bin/freeside-daily
+++ b/FS/bin/freeside-daily
@@ -15,6 +15,10 @@ adminsuidsetup $user;
use FS::Cron::bill qw(bill);
bill(%opt);
+#you can skip this just by not having the config
+use FS::Cron::upload qw(upload);
+upload(%opt);
+
# Send alerts about upcoming credit card expiration.
use FS::Cron::alert_expiration qw(alert_expiration);
my $conf = new FS::Conf;