From: ivan Date: Sun, 10 May 2009 00:45:33 +0000 (+0000) Subject: label phone_name correctly X-Git-Tag: freeside_1_9_1^2~426 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=eaf25d783191d2a6f14701442c491d78efd3b996;p=freeside.git label phone_name correctly --- 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', }, }; }