From: ivan Date: Thu, 10 Mar 2011 02:40:32 +0000 (+0000) Subject: fix label on invoice_include_aging conf X-Git-Tag: freeside_2_1_2~17 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=6e00b43b652a25417996a3651b5f29b0371c1813 fix label on invoice_include_aging conf --- diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 3bec6dd38..c74e37e34 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 )