summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2019-03-31 18:02:25 -0400
committerMitch Jackson <mitch@freeside.biz>2019-03-31 18:02:25 -0400
commit8551c2469ece9a769b52b5429574d6984cd367ed (patch)
treeeaeba0ef3c5021cdf24031f8a6acfbf2ed13089a /FS/FS/Conf.pm
parentf00e8e20ff518289fb29275eb3ec51d7b6bc1e26 (diff)
RT# 81946 Rename conf agent-disable_counts as config-disable_counts
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm9
1 files changed, 8 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 393f068..0f774d1 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',