X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fsvc_phone.pm;h=00ccc1958485f4e5c2b696c90a8d4499ba7bcbf9;hp=8e39b9f10546a997b8af71b5c971861d94734418;hb=65b1729a22924fd72ba24449727268159b070b36;hpb=1eab936f24926c3f0ce408c508ea5cd378209374 diff --git a/FS/FS/svc_phone.pm b/FS/FS/svc_phone.pm index 8e39b9f10..00ccc1958 100644 --- a/FS/FS/svc_phone.pm +++ b/FS/FS/svc_phone.pm @@ -74,11 +74,13 @@ sub table_info { 'countrycode' => { label => 'Country code', type => 'text', disable_inventory => 1, + disable_select => 1, }, 'phonenum' => 'Phone number', 'pin' => { label => 'Personal Identification Number', type => 'text', disable_inventory => 1, + disable_select => 1, }, }, };