X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Fbin%2Ffreeside-daily;h=1be98ac9e38cf1464cfb1867574c2fbb616cd136;hb=bd1336161b9c25b93001cb785193efde6f3ef0d2;hp=04073d47e756aa3c43513a84f8db3376f41248bb;hpb=29347e1d34d5468994af6e219f00582e525688ae;p=freeside.git diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily index 04073d47e..1be98ac9e 100755 --- a/FS/bin/freeside-daily +++ b/FS/bin/freeside-daily @@ -12,6 +12,7 @@ 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);