From 35359a73152b3d7a9ad5e3d37faf81f6fedb76e8 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 26 Dec 2010 20:25:14 +0000 Subject: [PATCH] normalize svc_phone labels --- FS/FS/svc_phone.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FS/FS/svc_phone.pm b/FS/FS/svc_phone.pm index be6e2f7c2..b61a93dab 100644 --- a/FS/FS/svc_phone.pm +++ b/FS/FS/svc_phone.pm @@ -104,13 +104,14 @@ sub table_info { 'display_weight' => 60, 'cancel_weight' => 80, 'fields' => { + 'svcnum' => 'Service', 'countrycode' => { label => 'Country code', type => 'text', disable_inventory => 1, disable_select => 1, }, 'phonenum' => 'Phone number', - 'pin' => { label => 'Personal Identification Number', + 'pin' => { label => 'Voicemail PIN', #'Personal Identification Number', type => 'text', disable_inventory => 1, disable_select => 1, -- 2.11.0