From 3f8dd846e92d44fc461d91d5fd5e012a770370d1 Mon Sep 17 00:00:00 2001 From: levinse Date: Thu, 7 Jul 2011 17:00:56 +0000 Subject: add a per-package disable_line_item_date_ranges option, RT13200 --- FS/FS/cust_bill.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'FS') diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 15543a9ea..082c92d03 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -4679,7 +4679,8 @@ sub _items_cust_bill_pkg { $description .= " (" . time2str($date_format, $cust_bill_pkg->sdate). " - ". time2str($date_format, $cust_bill_pkg->edate). ")" - unless $conf->exists('disable_line_item_date_ranges'); + unless $conf->exists('disable_line_item_date_ranges') + || $cust_pkg->part_pkg->option('disable_line_item_date_ranges',1); my @d = (); -- cgit v1.2.1