X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=70dfa6851f54a88aa36dad75bec20e707eea6ed7;hp=10f5d04499cf12e367ca2505940e2fab3db99f2f;hb=70569273833d91085c6c562865a78a08ddde49a1;hpb=0cc20c3d66e50d640422c2d587d97ddf7768493b diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 10f5d0449..70dfa6851 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2881,6 +2881,13 @@ worry that config_items is freeside-specific and icky. 'type' => 'checkbox', }, + { + 'key' => 'rt-crontool', + 'section' => '', + 'description' => 'Enable the RT CronTool extension.', + 'type' => 'checkbox', + }, + ); 1;