diff options
| author | Jeremy Davis <jeremyd@freeside.biz> | 2013-08-22 05:05:50 -0400 |
|---|---|---|
| committer | Jeremy Davis <jeremyd@freeside.biz> | 2013-08-22 05:05:50 -0400 |
| commit | 9e133090578e965088e4355e9d99cdfd5aab69d5 (patch) | |
| tree | 3e69c65a97639d2e087b4d137b517e129cd77928 | |
| parent | cc401559d97ade5a8a87afdb741195626bbdd0c4 (diff) | |
#24570 Clarify usage_mandate instructions
| -rw-r--r-- | FS/FS/part_pkg/voip_cdr.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/part_pkg/voip_cdr.pm b/FS/FS/part_pkg/voip_cdr.pm index de17cd3b8..79235edd5 100644 --- a/FS/FS/part_pkg/voip_cdr.pm +++ b/FS/FS/part_pkg/voip_cdr.pm @@ -263,7 +263,7 @@ tie my %detail_formats, 'Tie::IxHash', 'type' => 'checkbox', }, - 'usage_mandate' => { 'name' => 'Always put usage details in separate section', + 'usage_mandate' => { 'name' => 'Always put usage details in separate section. The section is defined the section is defined in the next option', 'type' => 'checkbox', }, #eofalse @@ -340,7 +340,7 @@ tie my %detail_formats, 'Tie::IxHash', 411_rewrite output_format selfservice_format selfservice_inbound_format - usage_mandate summarize_usage usage_section + usage_mandate usage_section summarize_usage usage_nozero bill_every_call bill_inactive_svcs count_available_phones suspend_bill ) |
