From 39dc3ac864bac4509c54900d952ef759b2102fb1 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 10 Apr 2012 17:48:24 -0700 Subject: add special format for display_custnum prefix, #16815 --- FS/FS/Conf.pm | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'FS/FS/Conf.pm') 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 @@ -3882,6 +3882,15 @@ and customer address. Include units.', #and then probably agent-virt this to merge these instances }, + { + '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', -- cgit v1.2.1