summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-04-13 12:08:40 -0700
committerMark Wells <mark@freeside.biz>2012-04-13 12:08:40 -0700
commit18459c4369f63b7fda11a3ff7a0af067bed0c9bf (patch)
tree82a9c8b69b77a27f30055511d8c1ab3816ab90bb /FS/FS/Conf.pm
parent217bd576f8024ea541bdbb967e1c53f242980e61 (diff)
adjustment to display_custnum special format, #16815
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 80c034890..edfe3c27a 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -3889,7 +3889,7 @@ and customer address. Include units.',
'section' => 'UI',
'description' => 'Prefix the customer number with this string for display purposes.',
'type' => 'text',
- #and then probably agent-virt this to merge these instances
+ 'per_agent' => 1,
},
{
@@ -3898,6 +3898,7 @@ and customer address. Include units.',
'description' => 'Use this customer number prefix format',
'type' => 'select',
'select_hash' => [ '' => '',
+ 'CoStAg' => 'CoStAg (country, state, agent name or display_prefix)',
'CoStCl' => 'CoStCl (country, state, class name)' ],
},