[freeside-commits] freeside/httemplate/config config-view.cgi, 1.31, 1.32

Ivan,,, ivan at wavetail.420.am
Sun Jul 26 23:17:22 PDT 2009


Update of /home/cvs/cvsroot/freeside/httemplate/config
In directory wavetail.420.am:/tmp/cvs-serv20164/httemplate/config

Modified Files:
	config-view.cgi 
Log Message:
add deprecated config options back to Conf.pm to fix "unapplypayments" fails existential comparison errors, RT#2927

Index: config-view.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/config/config-view.cgi,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- config-view.cgi	3 May 2009 01:45:09 -0000	1.31
+++ config-view.cgi	27 Jul 2009 06:17:20 -0000	1.32
@@ -78,6 +78,8 @@
 %   foreach my $agent ( @agents ) {
 %     my $agentnum = $agent ? $agent->agentnum : '';
 %
+%     next if $section eq 'deprecated' && ! $conf->exists($i->key, $agentnum);
+%
 %     my $label = $i->key;
 %     $label = '['. $agent->agent. "] $label"
 %       if $agent && $cgi->param('showagent');



More information about the freeside-commits mailing list