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

index d5b89b7..8d1f875 100644 (file)
@@ -4365,7 +4365,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 7106d1f..9d250eb 100644 (file)
@@ -2903,8 +2903,7 @@ sub print_generic {
       push @detail_items, 
        { 'description' => $didsummary_desc,
            'ext_description' => [ $didsummary, $minutes ],
-       }
-       if !$multisection;
+       };
   }
 
   foreach my $section (@sections, @$late_sections) {