X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=f68d84e8ba52e74a2afada1183fc6cc227d194f6;hp=20ec1380e9a48e76aecee5bd41128e4d85a99e67;hb=686c4dd420f19c596e7c4b1a3980e5121c007c32;hpb=7e3eb82f87c371785544b706b7347c7edde2b593 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 20ec1380e..f68d84e8b 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -730,6 +730,13 @@ httemplate/docs/config.html 'type' => 'checkbox', }, + { + 'key' => 'agent_defaultpkg', + 'section' => 'UI', + 'description' => 'Setting this option will cause new packages to be available to all agent types by default.', + 'type' => 'checkbox', + }, + ); 1;