[freeside-commits] branch master updated. c1bc17318fff6d7636601ef8de7fbce3734a785a
Ivan
ivan at 420.am
Sun Feb 17 19:01:20 PST 2013
The branch, master has been updated
via c1bc17318fff6d7636601ef8de7fbce3734a785a (commit)
from 7f9fa336c3c099d9c9dd505a7b3d638cd4f88d36 (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 c1bc17318fff6d7636601ef8de7fbce3734a785a
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Feb 17 19:01:04 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/Template_Mixin.pm b/FS/FS/Template_Mixin.pm
index 759b04e..2bf96ae 100644
--- a/FS/FS/Template_Mixin.pm
+++ b/FS/FS/Template_Mixin.pm
@@ -2331,6 +2331,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/Template_Mixin.pm | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
More information about the freeside-commits
mailing list