summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2009-01-07 00:18:45 +0000
committerivan <ivan>2009-01-07 00:18:45 +0000
commitc0d2966d7971ab56140588f78df4896e060e3260 (patch)
treea934a2f7d50bced2f07d177a94d068b35d51ef28
parent443d72d3eb9d1a4c2d6db9562d185980d6fac541 (diff)
fixup error message, this is all for RT#4524
-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 3829290ab..d9f9a5414 100644
--- a/FS/FS/part_pkg/voip_cdr.pm
+++ b/FS/FS/part_pkg/voip_cdr.pm
@@ -358,8 +358,8 @@ sub calc_recur {
} else {
die "FATAL: no rate_detail found in ".
- $rate->ratenum. ":". $rate->rate. " rate plan for CDR ".
- "acctid ". $cdr->acctid. " +$countrycode $number; ".
+ $rate->ratenum. ":". $rate->ratename. " rate plan ".
+ "for +$countrycode $number (CDR acctid ". $cdr->acctid. "); ".
"add a rate or set ignore_unrateable flag on the package def\n";
}