diff options
author | ivan <ivan> | 2009-05-10 00:45:33 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-05-10 00:45:33 +0000 |
commit | eaf25d783191d2a6f14701442c491d78efd3b996 (patch) | |
tree | c7522bc1b87ed47a73177112cd29cf2ca8a32278 | |
parent | 521acd4c79757036fd2630f0a84e334be6b70484 (diff) |
label phone_name correctly
-rw-r--r-- | FS/FS/svc_phone.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/svc_phone.pm b/FS/FS/svc_phone.pm index ce767d5ee..73ea8e731 100644 --- a/FS/FS/svc_phone.pm +++ b/FS/FS/svc_phone.pm @@ -102,7 +102,7 @@ sub table_info { disable_select => 1, }, 'sip_password' => 'SIP password', - 'name' => 'Name', + 'phone_name' => 'Name', }, }; } |