X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fconfig%2Fconfig.cgi;h=8d5b1ae430744407b56f0ba35c0c585fd2a92e87;hp=7f2e6670d700ea5f83396c5e65e2b6b16d29b69e;hb=6ff3e876504bab769ebf557cb5fd90ec52dfc3e7;hpb=e91ac7e6e069df321b815b08bf0e35d5fd3bd8f7 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 <% $key %> <%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;