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 2a76a1535..d342e744d 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3883,6 +3883,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.', |