summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-04-10 17:48:24 -0700
committerMark Wells <mark@freeside.biz>2012-04-10 17:48:24 -0700
commit39dc3ac864bac4509c54900d952ef759b2102fb1 (patch)
treecf4c407e37ea71c8cc14a8a85197083c8f232755 /FS/FS/Conf.pm
parent546fbb0c5054566e4916852403bff5f62827adf4 (diff)
add special format for display_custnum prefix, #16815
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm9
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.',