From a2671c1396fed27ff620a58fb46773408d21d194 Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Tue, 21 Apr 2015 15:53:28 -0400 Subject: [PATCH] Ticket #34575 Import accountcode on PBXWare --- FS/FS/part_export/pbxware.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.11.0