summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2015-04-21 15:53:28 -0400
committerJeremy Davis <jeremyd@freeside.biz>2015-04-21 15:53:28 -0400
commita2671c1396fed27ff620a58fb46773408d21d194 (patch)
tree8079e2d69afcd5bb1b3ed9f36bc72f7454fe9a3f
parent697ca3ce9ca4a6a357d6d2b1cfc31525edf252dc (diff)
Ticket #34575 Import accountcode on PBXWare
-rw-r--r--FS/FS/part_export/pbxware.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/pbxware.pm b/FS/FS/part_export/pbxware.pm
index e647dce75..3da4c2ad1 100644
--- a/FS/FS/part_export/pbxware.pm
+++ b/FS/FS/part_export/pbxware.pm
@@ -57,7 +57,7 @@ returns an error message. If there are no new CDRs, returns nothing.
# map their column names to cdr fields
# (warning: API docs are not quite accurate here)
our %column_map = (
- 'Tenant' => 'subscriber',
+ 'Tenant' => 'accountcode',
'From' => 'src',
'To' => 'dst',
'Date/Time' => 'startdate',