X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Fbin%2Ffreeside-daily;h=5de5c57dba395a9b35100e14ab3d756f741d60ed;hb=a816e075c54631250faed653d4ec7b69f727e93a;hp=0e3446f5432df16605f1906dbe9734c88140a1db;hpb=35eaf23a83882bc222197034c6f1f3cf912dfbc7;p=freeside.git diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily index 0e3446f54..5de5c57db 100755 --- a/FS/bin/freeside-daily +++ b/FS/bin/freeside-daily @@ -12,6 +12,10 @@ getopts("p:a:d:vl:sy:nmrkg:u", \%opt); my $user = shift or die &usage; adminsuidsetup $user; +#no way to skip this yet, but should be harmless/quick +use FS::Cron::expire_banned_pay qw(expire_banned_pay); +expire_banned_pay(%opt); + #you can skip this by setting the disable_cron_billing config use FS::Cron::bill qw(bill); bill(%opt);