diff options
Diffstat (limited to 'FS/FS/svc_phone.pm')
-rw-r--r-- | FS/FS/svc_phone.pm | 2 |
1 files changed, 2 insertions, 0 deletions
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, }, }, }; |