summaryrefslogtreecommitdiff
path: root/httemplate/config/config-view.cgi
diff options
context:
space:
mode:
authormark <mark>2010-07-28 23:20:59 +0000
committermark <mark>2010-07-28 23:20:59 +0000
commit06222f85b17594f0c3680bb4a629c36f9a8c64a9 (patch)
tree53220afbe496a5989d1a6f9cac5e97389a33b424 /httemplate/config/config-view.cgi
parent58c9445c8c514996203fef3486f2a9a864087155 (diff)
msg_template improvements, RT#8324
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 08f6c1020..11e75707c 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 = ();