summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2019-02-13 17:51:18 -0500
committerChristopher Burger <burgerc@freeside.biz>2019-02-13 17:51:18 -0500
commit9de91f76024959b359e07c20c08497118e1cb895 (patch)
tree5ca43dab525db31f21448fdf2a2f283a2a5d7c4d /FS/FS
parent33f66b493c95fdd9bc14452ea3d2bcd016d30d6b (diff)
parent121510b6337b7f75f25d583730a65f3fc63bbfbe (diff)
Merge branch 'master' of ssh://git.freeside.biz/home/git/freeside
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/part_pkg/voip_cdr.pm4
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 87c3247ad..3e2082ba0 100644
--- a/FS/FS/part_pkg/voip_cdr.pm
+++ b/FS/FS/part_pkg/voip_cdr.pm
@@ -26,8 +26,8 @@ tie my %cdr_svc_method, 'Tie::IxHash',
tie my %rating_method, 'Tie::IxHash',
'prefix' => 'Rate calls by using destination prefix to look up a region and rate according to the internal prefix and rate tables',
# 'upstream' => 'Rate calls based on upstream data: If the call type is "1", map the upstream rate ID directly to an internal rate (rate_detail), otherwise, pass the upstream price through directly.',
- 'upstream_simple' => 'Simply pass through and charge the "upstream_price" amount.',
- 'single_price' => 'A single price per minute for all calls.',
+ 'upstream_simple' => 'Simply pass through and charge the "upstream_price" amount (ignoring all options to skip calls).',
+ 'single_price' => 'A single price per minute for all calls (ignoring all options to skip calls).',
;
tie my %rounding, 'Tie::IxHash',