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