summaryrefslogtreecommitdiff
path: root/httemplate/config
diff options
context:
space:
mode:
authorivan <ivan>2009-05-03 03:13:02 +0000
committerivan <ivan>2009-05-03 03:13:02 +0000
commit6ff3e876504bab769ebf557cb5fd90ec52dfc3e7 (patch)
treecfabfccfdfaf594a45ae9db030c4fb1bdb38e7f8 /httemplate/config
parente91ac7e6e069df321b815b08bf0e35d5fd3bd8f7 (diff)
edit any config item
Diffstat (limited to 'httemplate/config')
-rw-r--r--httemplate/config/config.cgi3
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/config/config.cgi b/httemplate/config/config.cgi
index 7f2e6670d..8d5b1ae43 100644
--- a/httemplate/config/config.cgi
+++ b/httemplate/config/config.cgi
@@ -289,8 +289,7 @@ Setting <b><% $key %></b>
<%once>
my $conf = new FS::Conf;
-my @config_items = grep { $_->key != ~/^invoice_(html|latex|template)/ }
- $conf->config_items;
+my @config_items = $conf->config_items;
my %confitems = map { $_->key => $_ } @config_items;
</%once>