[freeside-commits] freeside/httemplate/edit svc_phone.cgi,1.3,1.4

Ivan,,, ivan at wavetail.420.am
Sun Mar 16 15:48:12 PDT 2008


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

Modified Files:
	svc_phone.cgi 
Log Message:
phone gets a pin

Index: svc_phone.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_phone.cgi,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- svc_phone.cgi	13 Jan 2008 21:35:53 -0000	1.3
+++ svc_phone.cgi	16 Mar 2008 22:48:10 -0000	1.4
@@ -1,7 +1,7 @@
 <% include( 'elements/svc_Common.html',
                'name'     => 'Phone number',
                'table'    => 'svc_phone',
-               'fields'   => [qw( countrycode phonenum )], #pin
+               'fields'   => [qw( countrycode phonenum pin )],
                'labels'   => {
                                'countrycode' => 'Country code',
                                'phonenum'    => 'Phone number',



More information about the freeside-commits mailing list