[freeside-commits] freeside/httemplate/config config-view.cgi, 1.39.4.1, 1.39.4.2
Erik Levinson
levinse at wavetail.420.am
Mon Jan 17 19:32:47 PST 2011
Update of /home/cvs/cvsroot/freeside/httemplate/config
In directory wavetail.420.am:/tmp/cvs-serv8493/httemplate/config
Modified Files:
Tag: FREESIDE_2_1_BRANCH
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.39.4.1
retrieving revision 1.39.4.2
diff -u -w -d -r1.39.4.1 -r1.39.4.2
--- config-view.cgi 18 Jan 2011 02:19:39 -0000 1.39.4.1
+++ config-view.cgi 18 Jan 2011 03:32:45 -0000 1.39.4.2
@@ -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