diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2013-09-16 12:48:54 -0400 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2013-09-16 12:48:54 -0400 |
commit | 25c5adf89c41e5a7d4eb7af7dc55cc5efded7e7e (patch) | |
tree | 17bb415edd7ec1e37ce70f2506226c8d57d25ce0 /FS | |
parent | 9e133090578e965088e4355e9d99cdfd5aab69d5 (diff) |
#24570 Typo
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/part_pkg/voip_cdr.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_pkg/voip_cdr.pm b/FS/FS/part_pkg/voip_cdr.pm index 79235edd5..5a27f064f 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. The section is defined the section is defined in the next option', + 'usage_mandate' => { 'name' => 'Always put usage details in separate section. The section is defined in the next option.', 'type' => 'checkbox', }, #eofalse |