[freeside-commits] freeside/httemplate/view svc_phone.cgi, 1.25, 1.26
Erik Levinson
levinse at wavetail.420.am
Mon Jan 17 19:48:52 PST 2011
Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv10173/httemplate/view
Modified Files:
svc_phone.cgi
Log Message:
missed this for the prev commit for RT10993
Index: svc_phone.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_phone.cgi,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -w -d -r1.25 -r1.26
--- svc_phone.cgi 16 Jan 2011 03:33:59 -0000 1.25
+++ svc_phone.cgi 18 Jan 2011 03:48:49 -0000 1.26
@@ -19,7 +19,7 @@
my @fields = qw( countrycode phonenum );
push @fields, 'domain' if $conf->exists('svc_phone-domain');
-push @fields, qw( pbx_title sip_password pin phone_name route gwlist forwarddst email );
+push @fields, qw( pbx_title sip_password pin phone_name forwarddst email );
if ( $conf->exists('svc_phone-lnp') ) {
push @fields, 'lnp_status',
More information about the freeside-commits
mailing list