[freeside-commits] branch FREESIDE_3_BRANCH updated. 7c4851dad8d02ac94c74192a8baddf45c60f6614

Jeremy Davis jeremyd at 420.am
Tue Apr 21 12:54:10 PDT 2015


The branch, FREESIDE_3_BRANCH has been updated
       via  7c4851dad8d02ac94c74192a8baddf45c60f6614 (commit)
      from  69142462165700cccd2e3e7390530cbfae54fd03 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7c4851dad8d02ac94c74192a8baddf45c60f6614
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Tue Apr 21 15:54:06 2015 -0400

    Ticket #34575 Import accountcode on PBXWare

diff --git a/FS/FS/part_export/pbxware.pm b/FS/FS/part_export/pbxware.pm
index e647dce..3da4c2a 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',

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/part_export/pbxware.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list