From bd1336161b9c25b93001cb785193efde6f3ef0d2 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 16 Nov 2009 02:27:12 +0000 Subject: add disable_cron_billing config, RT#6407 --- FS/bin/freeside-daily | 1 + 1 file changed, 1 insertion(+) (limited to 'FS/bin/freeside-daily') 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); -- cgit v1.2.1