X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fconfig%2Fconfig-process.cgi;h=b0c8a745681016861fc1971719e31af4e14ba6ee;hb=5e05724a635a22776f1b973f5d7e77989da4e048;hp=0210d85a76fb5633e3af9a24b1ba793b866eb803;hpb=cc0c6be1aa795f85d05f15a3e8568fcef2bbd380;p=freeside.git diff --git a/httemplate/config/config-process.cgi b/httemplate/config/config-process.cgi index 0210d85a7..b0c8a7456 100644 --- a/httemplate/config/config-process.cgi +++ b/httemplate/config/config-process.cgi @@ -4,7 +4,8 @@ die "access denied\n" my $conf = new FS::Conf; $FS::Conf::DEBUG = 1; -my @config_items = $conf->config_items; +my @config_items = grep { $_->key != ~/^invoice_(html|latex|template)/ } + $conf->config_items; my %confitems = map { $_->key => $_ } $conf->config_items; my $agentnum = $cgi->param('agentnum');