diff options
Diffstat (limited to 'FS/FS/Conf.pm')
| -rw-r--r-- | FS/FS/Conf.pm | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 67e2a7267..a048a1855 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3888,6 +3888,15 @@ and customer address. Include units.',    },    { +    'key'         => 'cust_main-custnum-display_special', +    'section'     => 'UI', +    'description' => 'Use this customer number prefix format', +    'type'        => 'select', +    'select_hash' => [ '' => '', +                       'CoStCl' => 'CoStCl (country, state, class name)' ], +  }, + +  {      'key'         => 'cust_main-custnum-display_length',      'section'     => 'UI',      'description' => 'Zero fill the customer number to this many digits for display purposes.',  | 
