From 6a1f78c1e720126c849d5bdae5950ab91ef52781 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 9 Jan 2013 17:20:29 -0800 Subject: add cust_bill-line_item-date_style-non_monthly config setting, RT#20890 --- FS/FS/Conf.pm | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index d11916faf..2ce0c5708 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3915,6 +3915,19 @@ and customer address. Include units.', 'per_agent' => 1, }, + { + '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', -- cgit v1.2.1