[freeside-commits] branch FREESIDE_3_BRANCH updated. 3e2d2f942acc522f09f05f608f7e082e1232b666
Jeremy Davis
jeremyd at 420.am
Thu Jun 12 08:29:08 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via 3e2d2f942acc522f09f05f608f7e082e1232b666 (commit)
from ecb3c59b93784914764d5b73ed1f5ab53dd165d3 (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 3e2d2f942acc522f09f05f608f7e082e1232b666
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Thu Jun 12 11:29:00 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 e482a90..05f8a4b 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
- #status
+ slip(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