[freeside-commits] freeside/httemplate/config config.cgi, 1.30, 1.31
Ivan,,,
ivan at wavetail.420.am
Sat May 2 20:13:04 PDT 2009
Update of /home/cvs/cvsroot/freeside/httemplate/config
In directory wavetail.420.am:/tmp/cvs-serv2878
Modified Files:
config.cgi
Log Message:
edit any config item
Index: config.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/config/config.cgi,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- config.cgi 17 Apr 2009 08:02:29 -0000 1.30
+++ config.cgi 3 May 2009 03:13:02 -0000 1.31
@@ -289,8 +289,7 @@
<%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>
More information about the freeside-commits
mailing list