internalize billco-upload and automate the transfer to the provider RT#5902
[freeside.git] / FS / bin / freeside-monthly
index 1e41b78..a81e3e9 100755 (executable)
@@ -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
 ###