diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2013-11-27 13:33:18 -0500 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2013-11-27 13:33:18 -0500 |
commit | b02c42c401382cdf35bfb81abd4ffabbbacfd5c9 (patch) | |
tree | c8cb8efef32be21ac8a6bda620396117b4f0dd84 | |
parent | 90a3e43ea63ddb412b5a958e394fdf09f8ca47f2 (diff) |
#22636 Import accountcodes on CDR
-rw-r--r-- | FS/FS/cdr/qwest.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cdr/qwest.pm b/FS/FS/cdr/qwest.pm index dd2385851..b28b05210 100644 --- a/FS/FS/cdr/qwest.pm +++ b/FS/FS/cdr/qwest.pm @@ -133,7 +133,7 @@ my $enddate = _cdr_date_parser_maker('enddate'); '', # termmem (same?) '', # fintkgrp 'charged_party', # billnum (empty for "normal" calls) - '', # acctcd + 'accountcode', # acctcd '', # swid '', # orig_bill_file_id '', # orig_trunk_group_name |