[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 6e08b557d59c13ed360084290a9408a2ed909d88
Ivan
ivan at 420.am
Sun Feb 17 19:01:22 PST 2013
The branch, FREESIDE_2_3_BRANCH has been updated
via 6e08b557d59c13ed360084290a9408a2ed909d88 (commit)
from 413de0ecd1ed0ede46a0cbb83321b8e12ef10ffb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6e08b557d59c13ed360084290a9408a2ed909d88
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Feb 17 19:01:18 2013 -0800
hide display of date ranges when including a setup package as an add-on with a recurring package, RT#21063
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index 19db2a0..f947f7e 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -5087,6 +5087,8 @@ sub _items_cust_bill_pkg {
unless (
$conf->exists('disable_line_item_date_ranges')
|| $part_pkg->option('disable_line_item_date_ranges',1)
+ || ! $cust_bill_pkg->sdate
+ || ! $cust_bill_pkg->edate
) {
my $time_period;
my $date_style = '';
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cust_bill.pm | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
More information about the freeside-commits
mailing list