diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2015-04-21 15:54:06 -0400 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2015-04-21 15:54:06 -0400 |
commit | 7c4851dad8d02ac94c74192a8baddf45c60f6614 (patch) | |
tree | 26f614d2b4ebadbc06cc2a9dc4efa11b1c4e7240 /FS | |
parent | 69142462165700cccd2e3e7390530cbfae54fd03 (diff) |
Ticket #34575 Import accountcode on PBXWare
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/part_export/pbxware.pm | 2 |
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', |