[freeside-commits] freeside/httemplate/edit svc_phone.cgi,1.4,1.5
Ivan,,,
ivan at wavetail.420.am
Sat Jun 28 16:03:12 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv26113/httemplate/edit
Modified Files:
svc_phone.cgi
Log Message:
get DIDs from globalpops
Index: svc_phone.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_phone.cgi,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- svc_phone.cgi 16 Mar 2008 22:48:10 -0000 1.4
+++ svc_phone.cgi 28 Jun 2008 23:03:10 -0000 1.5
@@ -1,7 +1,13 @@
<% include( 'elements/svc_Common.html',
'name' => 'Phone number',
'table' => 'svc_phone',
- 'fields' => [qw( countrycode phonenum pin )],
+ 'fields' => [ 'countrycode',
+ { field => 'phonenum',
+ type => 'select-did',
+ label => 'Phone number',
+ },
+ 'pin',
+ ],
'labels' => {
'countrycode' => 'Country code',
'phonenum' => 'Phone number',
More information about the freeside-commits
mailing list