diff options
Diffstat (limited to 'FS/FS/Conf.pm')
| -rw-r--r-- | FS/FS/Conf.pm | 9 | 
1 files changed, 8 insertions, 1 deletions
| diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 36852ea89..db4a40ca2 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4132,7 +4132,14 @@ and customer address. Include units.',      'description' => 'Maximum length of the phone service "Name" field (svc_phone.phone_name).  Sometimes useful to limit this (to 15?) when exporting as Caller ID data.',      'type'        => 'text',    }, -   + +  { +    'key'         => 'svc_phone-random_pin', +    'section'     => 'telephony', +    'description' => 'Number of random digits to generate in the "PIN" field, if empty.', +    'type'        => 'text', +  }, +    {      'key'         => 'svc_phone-lnp',      'section'     => 'telephony', | 
