From: Ivan Kohler Date: Thu, 10 Jan 2013 01:20:30 +0000 (-0800) Subject: add cust_bill-line_item-date_style-non_monthly config setting, RT#20890 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=412942bca717c2bc61085aa716c207ba673a440b;p=freeside.git 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 145ea5c51..17f1aea9f 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.',