X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=0c9dd657765b2985763f6109b5b7c84bf33951c3;hb=84cb979c86a35805cfc6c4530ad4505243b7cfd0;hp=f765fc721a1ea5c0f5cb438ff391db8c818a37fe;hpb=82e3d70fea83fb776473e082097e2978226e3960;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index f765fc721..0c9dd6577 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1195,6 +1195,13 @@ worry that config_items is freeside-specific and icky. 'type' => 'checkbox', }, + { + 'key' => 'username-colon', + 'section' => 'username', + 'description' => 'Allow the colon character (:) in usernames.', + 'type' => 'checkbox', + }, + { 'key' => 'safe-part_bill_event', 'section' => 'UI', @@ -2197,6 +2204,13 @@ worry that config_items is freeside-specific and icky. 'type' => 'text', }, + { + 'key' => 'cust_main-packages-years', + 'section' => 'UI', + 'description' => 'Number of years to show old (cancelled and one-time charge) packages by default. Currently defaults to 2.', + 'type' => 'text', + }, + { 'key' => 'cust_main-use_comments', 'section' => 'UI', @@ -2712,6 +2726,13 @@ worry that config_items is freeside-specific and icky. 'type' => 'checkbox', }, + { + 'key' => 'disable-cust-pkg_class', + 'section' => 'UI', + 'description' => 'Disable the two-step dropdown for selecting package class and package, and return to the classic single dropdown.', + 'type' => 'checkbox', + }, + ); 1;