[freeside-commits] freeside/httemplate/config config-view.cgi, 1.40, 1.41
Erik Levinson
levinse at wavetail.420.am
Mon Jan 17 19:32:44 PST 2011
Update of /home/cvs/cvsroot/freeside/httemplate/config
In directory wavetail.420.am:/tmp/cvs-serv8486/httemplate/config
Modified Files:
config-view.cgi
Log Message:
move telephony-related config items into their own section
Index: config-view.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/config/config-view.cgi,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -w -d -r1.40 -r1.41
--- config-view.cgi 18 Jan 2011 02:19:36 -0000 1.40
+++ config-view.cgi 18 Jan 2011 03:32:42 -0000 1.41
@@ -349,7 +349,7 @@
my @deleteable = qw( invoice_latexreturnaddress invoice_htmlreturnaddress );
my %deleteable = map { $_ => 1 } @deleteable;
-my @sections = qw(required billing invoicing notification UI self-service username password session shell BIND opensips );
+my @sections = qw(required billing invoicing notification UI self-service username password session shell BIND telephony );
push @sections, '', 'deprecated';
my %section_items = ();
More information about the freeside-commits
mailing list