summaryrefslogtreecommitdiff
path: root/httemplate/config/config-view.cgi
diff options
context:
space:
mode:
authormark <mark>2011-06-27 07:11:01 +0000
committermark <mark>2011-06-27 07:11:01 +0000
commit12f4cc4b100b849de3584d5d1a2376cebcd8729f (patch)
tree9b6c5c8badd6114034e59bffe5277696f93de4b1 /httemplate/config/config-view.cgi
parentc1e316ef66e35dadb888b4e59047ba51082f198a (diff)
self-service ticket priority and edit subject, #13199
Diffstat (limited to 'httemplate/config/config-view.cgi')
-rw-r--r--httemplate/config/config-view.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/config/config-view.cgi b/httemplate/config/config-view.cgi
index 10fcde3c4..4c90ebb8d 100644
--- a/httemplate/config/config-view.cgi
+++ b/httemplate/config/config-view.cgi
@@ -350,7 +350,7 @@ my @config_items = grep { $page_agent ? $_->per_agent : 1 }
my @deleteable = qw( invoice_latexreturnaddress invoice_htmlreturnaddress );
my %deleteable = map { $_ => 1 } @deleteable;
-my @sections = qw(required billing invoicing notification UI self-service username password session shell BIND telephony );
+my @sections = qw(required billing invoicing notification UI self-service ticketing username password session shell BIND telephony );
push @sections, '', 'deprecated';
my %section_items = ();