[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 412942bca717c2bc61085aa716c207ba673a440b
Ivan
ivan at 420.am
Wed Jan 9 17:20:31 PST 2013
The branch, FREESIDE_2_3_BRANCH has been updated
via 412942bca717c2bc61085aa716c207ba673a440b (commit)
from fe72806c5f3902bf96ed8e78e5d5f11e7784e758 (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 412942bca717c2bc61085aa716c207ba673a440b
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jan 9 17:20:30 2013 -0800
add cust_bill-line_item-date_style-non_monthly config setting, RT#20890
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 145ea5c..17f1aea 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -3781,6 +3781,19 @@ and customer address. Include units.',
},
{
+ 'key' => 'cust_bill-line_item-date_style-non_monthly',
+ 'section' => 'billing',
+ 'description' => 'If set, override cust_bill-line_item-date_style for non-monthly charges.',
+ 'type' => 'select',
+ 'select_hash' => [ '' => 'Default',
+ 'start_end' => 'STARTDATE-ENDDATE',
+ 'month_of' => 'Month of MONTHNAME',
+ 'X_month' => 'DATE_DESC MONTHNAME',
+ ],
+ 'per_agent' => 1,
+ },
+
+ {
'key' => 'cust_bill-line_item-date_description',
'section' => 'billing',
'description' => 'Text to display for "DATE_DESC" when using cust_bill-line_item-date_style DATE_DESC MONTHNAME.',
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Conf.pm | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
More information about the freeside-commits
mailing list