[freeside-commits] freeside/FS/FS Conf.pm, 1.397.2.55, 1.397.2.56 cust_bill.pm, 1.299.2.36, 1.299.2.37

Erik Levinson levinse at wavetail.420.am
Tue Jun 21 11:20:45 PDT 2011


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv10728/FS/FS

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	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.397.2.55
retrieving revision 1.397.2.56
diff -u -w -d -r1.397.2.55 -r1.397.2.56
--- Conf.pm	16 Jun 2011 20:21:46 -0000	1.397.2.55
+++ Conf.pm	21 Jun 2011 18:20:42 -0000	1.397.2.56
@@ -4301,7 +4301,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.299.2.36
retrieving revision 1.299.2.37
diff -u -w -d -r1.299.2.36 -r1.299.2.37
--- cust_bill.pm	10 Jun 2011 03:33:56 -0000	1.299.2.36
+++ cust_bill.pm	21 Jun 2011 18:20:42 -0000	1.299.2.37
@@ -2857,8 +2857,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