Ticket #34575 Import accountcode on PBXWare
[freeside.git] / FS / FS / part_export / pbxware.pm
index e647dce..3da4c2a 100644 (file)
@@ -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',