X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=6a0b2e96370a62ea34715baaeaafaf65d1aefb90;hp=db4a40ca2b695981d9afd80fa009ea856dc65207;hb=df41e077b4bf3d63604b7de171fbe53c04db1ea3;hpb=79ae09bffa5efc73ee1195ea06f8c14d399cef36 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index db4a40ca2..6a0b2e963 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3532,6 +3532,16 @@ and customer address. Include units.', }, { + 'key' => 'cust_bill-line_item-date_style', + 'section' => 'billing', + 'description' => 'Display format for line item date ranges on invoice line items.', + 'type' => 'select', + 'select_hash' => [ '' => 'STARTDATE-ENDDATE', + 'month_of' => 'Month of MONTHNAME', + ], + }, + + { 'key' => 'support_packages', 'section' => '', 'description' => 'A list of packages eligible for RT ticket time transfer, one pkgpart per line.', #this should really be a select multiple, or specified in the packages themselves...