DID activity summary improvements, RT10886
authorlevinse <levinse>
Tue, 21 Jun 2011 18:20:42 +0000 (18:20 +0000)
committerlevinse <levinse>
Tue, 21 Jun 2011 18:20:42 +0000 (18:20 +0000)
FS/FS/Conf.pm
FS/FS/cust_bill.pm

index 8ccd967..b9ed6c8 100644 (file)
@@ -4301,7 +4301,7 @@ and customer address. Include units.',
   {
     '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 4975974..f7041fd 100644 (file)
@@ -2857,8 +2857,7 @@ sub print_generic {
       push @detail_items, 
        { 'description' => $didsummary_desc,
            'ext_description' => [ $didsummary, $minutes ],
-       }
-       if !$multisection;
+       };
   }
 
   foreach my $section (@sections, @$late_sections) {