[freeside-commits] branch master updated. e3d54a6d19547d3489be5f715bc77259b8a8bb3c

Jeremy Davis jeremyd at 420.am
Thu Jun 12 08:30:28 PDT 2014


The branch, master has been updated
       via  e3d54a6d19547d3489be5f715bc77259b8a8bb3c (commit)
      from  f7bbff0519452eb5498e8683d23db9ddb65fb9f1 (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 e3d54a6d19547d3489be5f715bc77259b8a8bb3c
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Thu Jun 12 11:30:12 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