summaryrefslogtreecommitdiff
path: root/httemplate/config
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-06-29 10:49:55 -0700
committerIvan Kohler <ivan@freeside.biz>2016-06-29 10:49:55 -0700
commitcfcfc1fe61d80d539ec73c29bc0b3f1518f09ec0 (patch)
tree8d28b961d0959ab4bf4945f2f1e7dae187678076 /httemplate/config
parent2b85c158998f5912e605ddc5fd4b32ca68f6540e (diff)
better conf classification
Diffstat (limited to 'httemplate/config')
-rw-r--r--httemplate/config/config-view.cgi6
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'
);