summaryrefslogtreecommitdiff
path: root/httemplate/config
diff options
context:
space:
mode:
authormark <mark>2010-07-28 23:16:31 +0000
committermark <mark>2010-07-28 23:16:31 +0000
commite574b96088606fe1624223d977e8091b9eab0600 (patch)
treeb0fc3203295440a214105eec839e19cf5d3c3394 /httemplate/config
parent4ac4aee8a7aec566ddc103d7a83fff32f2384ae9 (diff)
msg_template improvements, RT#8324
Diffstat (limited to 'httemplate/config')
-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 08f6c10..11e7570 100644
--- a/httemplate/config/config-view.cgi
+++ b/httemplate/config/config-view.cgi
@@ -349,7 +349,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 UI self-service username password session shell BIND );
+my @sections = qw(required billing invoicing notification UI self-service username password session shell BIND );
push @sections, '', 'deprecated';
my %section_items = ();