[freeside-commits] freeside/FS/FS/part_pkg voip_cdr.pm,1.88,1.89
Ivan,,,
ivan at wavetail.420.am
Mon Jun 28 15:40:36 PDT 2010
Update of /home/cvs/cvsroot/freeside/FS/FS/part_pkg
In directory wavetail.420.am:/tmp/cvs-serv18148/part_pkg
Modified Files:
voip_cdr.pm
Log Message:
fix for new svc_pbx.title CDR matching, thanks jeff, RT#8084
Index: voip_cdr.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/voip_cdr.pm,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -w -d -r1.88 -r1.89
--- voip_cdr.pm 28 Jun 2010 22:20:32 -0000 1.88
+++ voip_cdr.pm 28 Jun 2010 22:40:34 -0000 1.89
@@ -325,7 +325,7 @@
die $@ if $@;
my $csv = new Text::CSV_XS;
- my($svc_table, $svc_field) = split('.', $cdr_svc_method);
+ my($svc_table, $svc_field) = split('\.', $cdr_svc_method);
foreach my $cust_svc (
grep { $_->part_svc->svcdb eq $svc_table } $cust_pkg->cust_svc
More information about the freeside-commits
mailing list