From 2b73cfffe496ac9dc13302d6469871c1d3e13e57 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 16 Mar 2008 23:25:43 +0000 Subject: [PATCH 1/1] view PINs too --- httemplate/view/svc_phone.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.11.0