diff options
author | mark <mark> | 2011-11-29 22:52:36 +0000 |
---|---|---|
committer | mark <mark> | 2011-11-29 22:52:36 +0000 |
commit | 6d1ee10a6064d64f1f0a17e8331ca816f32228fe (patch) | |
tree | 256418ea08c947c546cfe89a50850bf84f461df8 /FS | |
parent | b00a82f7b3d0c7f1a2377fb22351a274c042f52f (diff) |
documentation fix
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_main/Billing.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/FS/FS/cust_main/Billing.pm b/FS/FS/cust_main/Billing.pm index eb5bd0ba0..078908e6d 100644 --- a/FS/FS/cust_main/Billing.pm +++ b/FS/FS/cust_main/Billing.pm @@ -253,8 +253,9 @@ charges, etc. =item freq_override If set, then override the normal frequency and look for a part_pkg_discount -to take at that frequency. This will exclude any packages that aren't billed -on a monthly cycle. +to take at that frequency. This is appropriate only when the normal +frequency for all packages is monthly, and is an error otherwise. Use +C<pkg_list> to limit the set of packages included in billing. =item time |