summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
Diffstat (limited to 'FS')
-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',