"simple with accountcode" CDR format, #16348
[freeside.git] / FS / FS / Conf.pm
index ac80a55..2bc1f19 100644 (file)
@@ -3848,11 +3848,18 @@ and customer address. Include units.',
   {
     'key'         => 'cust_main-custnum-display_prefix',
     'section'     => 'UI',
-    'description' => 'Prefix the customer number with this number for display purposes (and zero fill to 8 digits).',
+    'description' => 'Prefix the customer number with this string for display purposes.',
     'type'        => 'text',
     #and then probably agent-virt this to merge these instances
   },
 
+  {
+    'key'         => 'cust_main-custnum-display_length',
+    'section'     => 'UI',
+    'description' => 'Zero fill the customer number to this many digits for display purposes.',
+    'type'        => 'text',
+  },
+
   {
     'key'         => 'cust_main-default_areacode',
     'section'     => 'UI',