X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fconfig%2Fconfig-view.cgi;h=11e75707c06b8ab402177cc6570a249599ca59e5;hp=08f6c1020b8e70ee0f210fbe5987978a78a1f4b3;hb=e574b96088606fe1624223d977e8091b9eab0600;hpb=4ac4aee8a7aec566ddc103d7a83fff32f2384ae9 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 = ();