Will things ever be the same again?
[freeside.git] / httemplate / edit / svc_phone.cgi
1 <% include( 'elements/svc_Common.html',
2                'name'     => 'Phone number',
3                'table'    => 'svc_phone',
4                'fields'   => [qw( countrycode phonenum )], #pin
5                'labels'   => {
6                                'countrycode' => 'Country code',
7                                'phonenum'    => 'Phone number',
8                                'pin'         => 'PIN',
9                              },
10            )
11 %>