diff options
-rw-r--r-- | httemplate/config/config.cgi | 3 |
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> |