diff options
author | ivan <ivan> | 2010-12-26 20:25:15 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-12-26 20:25:15 +0000 |
commit | 16e108af0d1525aeb22394a6d4c0f3ab89f8d09a (patch) | |
tree | 41292534edc70feef35031295af22100e319112e | |
parent | c1bef6df542e7beb5120903031120934f7e582f0 (diff) |
normalize svc_phone labels
-rw-r--r-- | FS/FS/svc_phone.pm | 3 |
1 files changed, 2 insertions, 1 deletions
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, |