[freeside-commits] branch master updated. a2671c1396fed27ff620a58fb46773408d21d194

Jeremy Davis jeremyd at 420.am
Tue Apr 21 12:53:38 PDT 2015


The branch, master has been updated
       via  a2671c1396fed27ff620a58fb46773408d21d194 (commit)
      from  697ca3ce9ca4a6a357d6d2b1cfc31525edf252dc (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 a2671c1396fed27ff620a58fb46773408d21d194
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Tue Apr 21 15:53:28 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