[freeside-commits] branch FREESIDE_3_BRANCH updated. 7dd38e05281e88826d724955a74e7ec2e38d4ee5
Mark Wells
mark at 420.am
Tue Sep 6 20:19:09 PDT 2016
The branch, FREESIDE_3_BRANCH has been updated
via 7dd38e05281e88826d724955a74e7ec2e38d4ee5 (commit)
from 85ff12a43b72ca58a647b91504c8a9adec6ef0a2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7dd38e05281e88826d724955a74e7ec2e38d4ee5
Author: Mark Wells <mark at freeside.biz>
Date: Tue Sep 6 20:15:46 2016 -0700
fix matching by classnum, #72355
diff --git a/bin/taqua-accountcode-rewrite b/bin/taqua-accountcode-rewrite
index 386fc9d..e6d5790 100755
--- a/bin/taqua-accountcode-rewrite
+++ b/bin/taqua-accountcode-rewrite
@@ -116,7 +116,7 @@ while (my $cdr = $cursor->fetch) {
# source number, and start and end dates
$detail = qsearchs('cust_bill_pkg_detail', {
'amount' => $primary->rated_price,
- 'classnum' => $cdr->rated_classnum,
+ 'classnum' => $primary->rated_classnum,
'duration' => $primary->rated_seconds,
'startdate' => $primary->startdate,
'format' => 'C',
-----------------------------------------------------------------------
Summary of changes:
bin/taqua-accountcode-rewrite | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list