summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevinse <levinse>2011-06-21 18:20:39 +0000
committerlevinse <levinse>2011-06-21 18:20:39 +0000
commitc15077a092c6b194923b72d9baaa50573c1ececb (patch)
tree2ffc91f9fb82ed15c91226611e97e72a9ac42bf5
parent2431a359ebac3576ab7875f787e731a0e63211d9 (diff)
DID activity summary improvements, RT10886
-rw-r--r--FS/FS/Conf.pm2
-rw-r--r--FS/FS/cust_bill.pm3
2 files changed, 2 insertions, 3 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index d5b89b700..8d1f875db 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -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',
},
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index 7106d1fa8..9d250eba3 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -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) {