summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2011-03-10 02:40:32 +0000
committerivan <ivan>2011-03-10 02:40:32 +0000
commit6e00b43b652a25417996a3651b5f29b0371c1813 (patch)
treef1d0edc33cd9a5b5462a7fd8aa3d287f7cf10f0e
parent398cc9feb70fa1ec6f95781b0410347a152128ec (diff)
fix label on invoice_include_aging conf
-rw-r--r--FS/FS/cust_bill.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index 3bec6dd..c74e37e 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -2690,7 +2690,7 @@ sub print_generic {
sprintf('%.2f', $pr_total),
'summarized' => $summarypage ? 'Y' : '',
};
- $previous_section->{posttotal} = '0 / 30 / 60/ 90 days overdue '.
+ $previous_section->{posttotal} = '0 / 30 / 60 / 90 days overdue '.
join(' / ', map { $cust_main->balance_date_range(@$_) }
$self->_prior_month30s
)