summaryrefslogtreecommitdiff
path: root/FS/FS/svc_phone.pm
diff options
context:
space:
mode:
authorivan <ivan>2010-12-26 20:25:14 +0000
committerivan <ivan>2010-12-26 20:25:14 +0000
commit35359a73152b3d7a9ad5e3d37faf81f6fedb76e8 (patch)
treeb8bb7706ea8d97b0ef18a2a905fc3686bd5764bc /FS/FS/svc_phone.pm
parent7353f670ef61e617a9dfb6c258907eb70e0345f6 (diff)
normalize svc_phone labels
Diffstat (limited to 'FS/FS/svc_phone.pm')
-rw-r--r--FS/FS/svc_phone.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/svc_phone.pm b/FS/FS/svc_phone.pm
index be6e2f7..b61a93d 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,