[freeside-commits] freeside/FS/FS Conf.pm, 1.460, 1.461 cust_bill.pm, 1.342, 1.343
Erik Levinson
levinse at wavetail.420.am
Tue Jun 21 11:20:42 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv10721/FS/FS
Modified Files:
Conf.pm cust_bill.pm
Log Message:
DID activity summary improvements, RT10886
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.460
retrieving revision 1.461
diff -u -w -d -r1.460 -r1.461
--- Conf.pm 16 Jun 2011 20:21:41 -0000 1.460
+++ Conf.pm 21 Jun 2011 18:20:39 -0000 1.461
@@ -4365,7 +4365,7 @@
{
'key' => 'svc_phone-did-summary',
'section' => 'invoicing',
- 'description' => 'Enable DID activity summary for past 30 days on invoices, showing # DIDs activated/deactivated/ported-in/ported-out and total minutes usage',
+ 'description' => 'Enable DID activity summary on invoices, showing # DIDs activated/deactivated/ported-in/ported-out and total minutes usage, covering period since last invoice.',
'type' => 'checkbox',
},
Index: cust_bill.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill.pm,v
retrieving revision 1.342
retrieving revision 1.343
diff -u -w -d -r1.342 -r1.343
--- cust_bill.pm 10 Jun 2011 03:33:43 -0000 1.342
+++ cust_bill.pm 21 Jun 2011 18:20:39 -0000 1.343
@@ -2903,8 +2903,7 @@
push @detail_items,
{ 'description' => $didsummary_desc,
'ext_description' => [ $didsummary, $minutes ],
- }
- if !$multisection;
+ };
}
foreach my $section (@sections, @$late_sections) {
More information about the freeside-commits
mailing list