[freeside-commits] branch FREESIDE_3_BRANCH updated. 99ee0e1e3b2e5e35e7fc4e8aed2093841dd3d852

Jeremy Davis jeremyd at 420.am
Mon Dec 1 12:19:44 PST 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  99ee0e1e3b2e5e35e7fc4e8aed2093841dd3d852 (commit)
      from  af63633871e60e72517cf9ad6757dd7c1b81fcd1 (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 99ee0e1e3b2e5e35e7fc4e8aed2093841dd3d852
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Thu Nov 27 20:51:19 2014 -0500

    Ticket 29048 add accountcodes to cx3 format

diff --git a/FS/FS/cdr/cx3.pm b/FS/FS/cdr/cx3.pm
index e5b5f03..8c84807 100644
--- a/FS/FS/cdr/cx3.pm
+++ b/FS/FS/cdr/cx3.pm
@@ -43,6 +43,7 @@ sub { my ($cdr, $duration) = @_;
 },			#duration
 	skip(1),        # unknown
 	'disposition',  # call status
+	'accountcode',  # AccountCode
 
   ],
 );

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

Summary of changes:
 FS/FS/cdr/cx3.pm |    1 +
 1 file changed, 1 insertion(+)




More information about the freeside-commits mailing list