diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-06-29 10:49:20 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-06-29 10:49:20 -0700 |
commit | 126c1277e5d23308f85b6ab284a75151a39ed39e (patch) | |
tree | 9f8f38b7e4c1cfa59c9a291f101b41415033a4a0 /httemplate | |
parent | 7ec5eabeacef86e575e81b0703c6a7dc7611dcc9 (diff) |
better conf classification
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/config/config-view.cgi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/config/config-view.cgi b/httemplate/config/config-view.cgi index a2e908847..c1e3dc6f0 100644 --- a/httemplate/config/config-view.cgi +++ b/httemplate/config/config-view.cgi @@ -416,9 +416,9 @@ my @deleteable = qw( invoice_latexreturnaddress invoice_htmlreturnaddress ); my %deleteable = map { $_ => 1 } @deleteable; my @sections = (qw( - required billing taxation invoicing notification UI API self-service - ticketing network_monitoring username password session shell BIND - telephony + required important billing taxation invoicing quotations notification UI + API self-service ticketing network_monitoring username password session + shell BIND telephony ), '', 'deprecated' ); |