diff options
author | ivan <ivan> | 2011-03-10 02:40:28 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-03-10 02:40:28 +0000 |
commit | f9a181e4c2e505df84de16190ee3b75011326f3f (patch) | |
tree | e31ff8a275f43b7cd22b64f28ff3292dec226b76 | |
parent | 035c0cf4bb01805d2bacec7971597f03a6491af6 (diff) |
fix label on invoice_include_aging conf
-rw-r--r-- | FS/FS/cust_bill.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 4b8c3f37a..ca35a443a 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -2721,7 +2721,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 ) |