X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;fp=FS%2FFS%2FConf.pm;h=0f774d16c4e6b6909b7b2ba364c2797dae182928;hp=393f068e95ef92dc5b57d3751f62f21914ce855a;hb=8551c2469ece9a769b52b5429574d6984cd367ed;hpb=f00e8e20ff518289fb29275eb3ec51d7b6bc1e26 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 393f068e9..0f774d16c 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -5997,12 +5997,19 @@ and customer address. Include units.', { 'key' => 'agent-disable_counts', - 'section' => 'scalability', + 'section' => 'deprecated', 'description' => 'On the agent browse page, disable the customer and package counts. Typically used for very large installs when this page takes too long to render.', 'type' => 'checkbox', }, { + 'key' => 'config-disable_counts', + 'section' => 'scalability', + 'description' => 'Disable the customer and package counts on the Agents, Packages, and Services pages. Use for very large installs where these pages take too long to render.', + 'type' => 'checkbox', + }, + + { 'key' => 'tollfree-country', 'section' => 'telephony', 'description' => 'Country / region for toll-free recognition',