From: ivan Date: Wed, 7 Jan 2009 00:18:45 +0000 (+0000) Subject: fixup error message, this is all for RT#4524 X-Git-Tag: root_of_webpay_support~150 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=c0d2966d7971ab56140588f78df4896e060e3260;p=freeside.git fixup error message, this is all for RT#4524 --- 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"; }