[freeside-commits] freeside/FS/FS/part_pkg voip_cdr.pm, 1.117, 1.118 voip_inbound.pm, 1.7, 1.8
Erik Levinson
levinse at wavetail.420.am
Tue Apr 26 22:22:24 PDT 2011
- Previous message: [freeside-commits] freeside/FS/FS Conf.pm, 1.445, 1.446 Schema.pm, 1.291, 1.292 cust_bill.pm, 1.336, 1.337 cust_bill_pkg.pm, 1.53, 1.54 cust_bill_pkg_detail.pm, 1.15, 1.16
- Next message: [freeside-commits] freeside/rt/share/html/m - New directory, NONE, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/FS/FS/part_pkg
In directory wavetail.420.am:/tmp/cvs-serv17688/FS/FS/part_pkg
Modified Files:
voip_cdr.pm voip_inbound.pm
Log Message:
taqua accountcode billing, part 1 of 2, RT12181
Index: voip_cdr.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/voip_cdr.pm,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -w -d -r1.117 -r1.118
--- voip_cdr.pm 13 Apr 2011 00:35:43 -0000 1.117
+++ voip_cdr.pm 27 Apr 2011 05:22:21 -0000 1.118
@@ -741,6 +741,7 @@
$charge,
$classnum,
$phonenum,
+ $cdr->accountcode,
$seconds,
$regionname,
];
@@ -752,6 +753,7 @@
$charge,
$classnum,
$phonenum,
+ $cdr->accountcode,
$seconds,
$regionname,
];
Index: voip_inbound.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/voip_inbound.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -w -d -r1.7 -r1.8
--- voip_inbound.pm 8 Apr 2011 01:00:37 -0000 1.7
+++ voip_inbound.pm 27 Apr 2011 05:22:22 -0000 1.8
@@ -270,6 +270,7 @@
$charge,
$cdr->calltypenum, #classnum
$self->phonenum,
+ $cdr->accountcode,
$seconds,
'', #regionname, not set for inbound calls
];
- Previous message: [freeside-commits] freeside/FS/FS Conf.pm, 1.445, 1.446 Schema.pm, 1.291, 1.292 cust_bill.pm, 1.336, 1.337 cust_bill_pkg.pm, 1.53, 1.54 cust_bill_pkg_detail.pm, 1.15, 1.16
- Next message: [freeside-commits] freeside/rt/share/html/m - New directory, NONE, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list