X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fpbxware.pm;fp=FS%2FFS%2Fpart_export%2Fpbxware.pm;h=3da4c2ad1b4906369da8987ff745aed866308dac;hb=a2671c1396fed27ff620a58fb46773408d21d194;hp=e647dce7544a0f07132ab385ae41439b5358ee7b;hpb=697ca3ce9ca4a6a357d6d2b1cfc31525edf252dc;p=freeside.git 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',