X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=0d680b297c8857d7aea4d06073f5496eb1e1a3ca;hb=b89c7f126690704c8d1558dba06d5fabd7470528;hp=270b61c9f368de69971e38336a5fdb126b428a72;hpb=7422aa77086326ba1e6032150ce5704d1003ea6f;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 270b61c9f..0d680b297 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -496,6 +496,13 @@ httemplate/docs/config.html }, { + 'key' => 'deleterefunds', + 'section' => 'billing', + 'description' => 'Enable deletion of unclosed refunds. Be very careful! Only delete refunds that were data-entry errors, not adjustments.', + 'type' => 'checkbox', + }, + + { 'key' => 'unapplypayments', 'section' => 'deprecated', 'description' => 'DEPRECATED, now controlled by ACLs. Used to enable "unapplication" of unclosed payments.', @@ -1995,6 +2002,13 @@ httemplate/docs/config.html 'select_enum' => \@card_types, }, + { + 'key' => 'dashboard-toplist', + 'section' => 'UI', + 'description' => 'List of items to display on the top of the front page', + 'type' => 'textarea', + }, + ); 1;