From: ivan Date: Sun, 16 Mar 2008 23:25:43 +0000 (+0000) Subject: view PINs too X-Git-Tag: root_of_webpay_support~820 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=2b73cfffe496ac9dc13302d6469871c1d3e13e57 view PINs too --- diff --git a/httemplate/view/svc_phone.cgi b/httemplate/view/svc_phone.cgi index 732f3cd79..f540555d4 100644 --- a/httemplate/view/svc_phone.cgi +++ b/httemplate/view/svc_phone.cgi @@ -1,6 +1,6 @@ <% include('elements/svc_Common.html', 'table' => 'svc_phone', - 'fields' => [qw( countrycode phonenum )], #pin + 'fields' => [qw( countrycode phonenum pin )], 'labels' => { 'countrycode' => 'Country code', 'phonenum' => 'Phone number',