edit any config item
authorivan <ivan>
Sun, 3 May 2009 03:13:02 +0000 (03:13 +0000)
committerivan <ivan>
Sun, 3 May 2009 03:13:02 +0000 (03:13 +0000)
httemplate/config/config.cgi

index 7f2e667..8d5b1ae 100644 (file)
@@ -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>