get DIDs from globalpops
[freeside.git] / httemplate / edit / svc_phone.cgi
index 958558b..109fba2 100644 (file)
@@ -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',