From: ivan Date: Tue, 1 Jul 2008 00:00:53 +0000 (+0000) Subject: add sip pw display X-Git-Tag: root_of_webpay_support~518 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=5cbf59c55b1757c54c737114f8f28a03ad2478f2 add sip pw display --- diff --git a/httemplate/view/svc_phone.cgi b/httemplate/view/svc_phone.cgi index 6f3986083..e6bdce2c4 100644 --- a/httemplate/view/svc_phone.cgi +++ b/httemplate/view/svc_phone.cgi @@ -1,10 +1,11 @@ <% include('elements/svc_Common.html', 'table' => 'svc_phone', - 'fields' => [qw( countrycode phonenum pin )], + 'fields' => [qw( countrycode phonenum sip_password pin )], 'labels' => { - 'countrycode' => 'Country code', - 'phonenum' => 'Phone number', - 'pin' => 'PIN', + 'countrycode' => 'Country code', + 'phonenum' => 'Phone number', + 'sip_password' => 'SIP password', + 'pin' => 'PIN', }, 'html_foot' => $html_foot, )