diff options
| author | ivan <ivan> | 2009-11-16 02:27:14 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2009-11-16 02:27:14 +0000 |
| commit | de347c7577a31301fffae333ec3ce8f4e2864600 (patch) | |
| tree | ba7cc14817c067d585391b3736ea438aa615d497 /FS/bin/freeside-daily | |
| parent | 2339b763230e33505b8a5302acd32269fbfd9f7e (diff) | |
add disable_cron_billing config, RT#6407
Diffstat (limited to 'FS/bin/freeside-daily')
| -rwxr-xr-x | FS/bin/freeside-daily | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
