diff options
| author | ivan <ivan> | 2011-12-26 21:18:25 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2011-12-26 21:18:25 +0000 | 
| commit | e243f4541c78a033c4f969a03d29b9da84829d97 (patch) | |
| tree | e32d67931068c934ab0a37145d32e77cf0b7bde5 /FS/bin/freeside-daily | |
| parent | d8535724aaeb4f5157d221a46a47bc25739d7495 (diff) | |
add -o flag to freeside-daily, to only bill for one month, RT#14904
Diffstat (limited to 'FS/bin/freeside-daily')
| -rwxr-xr-x | FS/bin/freeside-daily | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily index 2beb096ab..ee63b9a29 100755 --- a/FS/bin/freeside-daily +++ b/FS/bin/freeside-daily @@ -97,7 +97,7 @@ freeside-daily - Run daily billing and invoice collection events.  =head1 SYNOPSIS -  freeside-daily [ -d 'date' ] [ -y days ] [ -p 'payby' ] [ -a agentnum,agentnum,... ] [ -s ] [ -v ] [ -l level ] [ -m ] [ -r ] [ -k ] user [ custnum custnum ... ] +  freeside-daily [ -d 'date' ] [ -y days ] [ -p 'payby' ] [ -a agentnum,agentnum,... ] [ -s ] [ -o ] [ -v ] [ -l level ] [ -m ] [ -r ] [ -k ] user [ custnum custnum ... ]  =head1 DESCRIPTION @@ -128,6 +128,8 @@ the bill and collect methods of a cust_main object.  See L<FS::cust_main>.    -s: re-charge setup fees +  -o: For packages which are more than one billing period behind, only charge for one billing period rather than catching up. +    -v: enable debugging    -l: debugging level | 
