diff options
author | Mitch Jackson <mitch@freeside.biz> | 2019-03-31 18:02:25 -0400 |
---|---|---|
committer | Mitch Jackson <mitch@freeside.biz> | 2019-03-31 18:02:25 -0400 |
commit | 8551c2469ece9a769b52b5429574d6984cd367ed (patch) | |
tree | eaeba0ef3c5021cdf24031f8a6acfbf2ed13089a /httemplate | |
parent | f00e8e20ff518289fb29275eb3ec51d7b6bc1e26 (diff) |
RT# 81946 Rename conf agent-disable_counts as config-disable_counts
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/browse/agent.cgi | 2 | ||||
-rw-r--r-- | httemplate/browse/cust_class.html | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/httemplate/browse/agent.cgi b/httemplate/browse/agent.cgi index 751e8b69b..9c6290126 100755 --- a/httemplate/browse/agent.cgi +++ b/httemplate/browse/agent.cgi @@ -405,6 +405,6 @@ if ( $cgi->param('showdisabled') } my $conf = new FS::Conf; -my $disable_counts = $conf->exists('agent-disable_counts'); +my $disable_counts = $conf->exists('config-disable_counts'); </%init> diff --git a/httemplate/browse/cust_class.html b/httemplate/browse/cust_class.html index a35c045cf..93df96aa5 100644 --- a/httemplate/browse/cust_class.html +++ b/httemplate/browse/cust_class.html @@ -23,8 +23,7 @@ my $html_init = 'Customer classes define groups of customer for reporting.<BR><BR>'. qq!<A HREF="${p}edit/cust_class.html"><I>Add a customer class</I></A><BR><BR>!; -#cust_class-disable_counts? or just migrate this to one config probably -#my $disable_counts = $conf->exists('agent-disable_counts'); +#my $disable_counts = $conf->exists('config-disable_counts'); my $disable_counts = 0; my $customers_sub = sub { |