[freeside-commits] branch FREESIDE_3_BRANCH updated. d688145959421e645518094148e22df6725722b9

Jeremy Davis jeremyd at 420.am
Thu Jun 12 08:32:24 PDT 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  d688145959421e645518094148e22df6725722b9 (commit)
      from  3e2d2f942acc522f09f05f608f7e082e1232b666 (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 d688145959421e645518094148e22df6725722b9
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Thu Jun 12 11:32:03 2014 -0400

    29294 Missed column in zintel toll-free

diff --git a/FS/FS/cdr/zintel_tollfree.pm b/FS/FS/cdr/zintel_tollfree.pm
index 05f8a4b..0d69f88 100644
--- a/FS/FS/cdr/zintel_tollfree.pm
+++ b/FS/FS/cdr/zintel_tollfree.pm
@@ -30,7 +30,7 @@ use Date::Parse;
                   },    #DateTime
 	'billsec',	#duration
 	'src',          #caller    
-	slip(1),	#status
+	skip(1),	#status
 	'upstream_price',#sellprice
 	skip(1),	#fromregion
 	'upstream_src_regionname',		#fromarea

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

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




More information about the freeside-commits mailing list