[freeside-commits] freeside/FS/FS/part_pkg voip_inbound.pm, 1.12, 1.13 voip_cdr.pm, 1.123, 1.124
Erik Levinson
levinse at wavetail.420.am
Tue Jul 26 16:46:09 PDT 2011
- Previous message: [freeside-commits] freeside/FS/FS Schema.pm, 1.317, 1.318 cust_bill.pm, 1.350, 1.351 cust_bill_pkg_detail.pm, 1.16, 1.17
- Next message: [freeside-commits] freeside/FS/FS Schema.pm, 1.317, 1.317.2.1 cust_bill.pm, 1.350, 1.350.2.1 cust_bill_pkg_detail.pm, 1.16, 1.16.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/FS/FS/part_pkg
In directory wavetail.420.am:/tmp/cvs-serv15196/FS/FS/part_pkg
Modified Files:
voip_inbound.pm voip_cdr.pm
Log Message:
accountcode billing, RT12181
Index: voip_cdr.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/voip_cdr.pm,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -w -d -r1.123 -r1.124
--- voip_cdr.pm 17 Jun 2011 09:47:04 -0000 1.123
+++ voip_cdr.pm 26 Jul 2011 23:46:07 -0000 1.124
@@ -774,6 +774,7 @@
$classnum,
$phonenum,
$cdr->accountcode,
+ $cdr->startdate,
$seconds,
$regionname,
];
@@ -786,6 +787,7 @@
$classnum,
$phonenum,
$cdr->accountcode,
+ $cdr->startdate,
$seconds,
$regionname,
];
Index: voip_inbound.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/voip_inbound.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -w -d -r1.12 -r1.13
--- voip_inbound.pm 17 Jun 2011 09:47:04 -0000 1.12
+++ voip_inbound.pm 26 Jul 2011 23:46:07 -0000 1.13
@@ -285,6 +285,7 @@
$cdr->calltypenum, #classnum
$self->phonenum,
$cdr->accountcode,
+ $cdr->startdate,
$seconds,
'', #regionname, not set for inbound calls
];
- Previous message: [freeside-commits] freeside/FS/FS Schema.pm, 1.317, 1.318 cust_bill.pm, 1.350, 1.351 cust_bill_pkg_detail.pm, 1.16, 1.17
- Next message: [freeside-commits] freeside/FS/FS Schema.pm, 1.317, 1.317.2.1 cust_bill.pm, 1.350, 1.350.2.1 cust_bill_pkg_detail.pm, 1.16, 1.16.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list