normalize svc_phone labels
authorivan <ivan>
Sun, 26 Dec 2010 20:25:14 +0000 (20:25 +0000)
committerivan <ivan>
Sun, 26 Dec 2010 20:25:14 +0000 (20:25 +0000)
FS/FS/svc_phone.pm

index be6e2f7..b61a93d 100644 (file)
@@ -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,