X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Fbin%2Ffreeside-daily;h=1be98ac9e38cf1464cfb1867574c2fbb616cd136;hb=40a7b3dc653e099f7bd0bd762b649b04c4432db2;hp=728fa969a257f2d2d018c0227359a7660505fc1c;hpb=56a2965996454a0649d43ecbc062beda61106e21;p=freeside.git diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily index 728fa969a..1be98ac9e 100755 --- a/FS/bin/freeside-daily +++ b/FS/bin/freeside-daily @@ -12,10 +12,15 @@ getopts("p:a:d:vl:sy:nmrkg:", \%opt); my $user = shift or die &usage; adminsuidsetup $user; +#you can skip this by setting the disable_cron_billing config use FS::Cron::bill qw(bill); bill(%opt); #you can skip this just by not having the config +use FS::Cron::breakage qw(reconcile_breakage); +reconcile_breakage(%opt); + +#you can skip this just by not having the config use FS::Cron::upload qw(upload); upload(%opt);