diff options
Diffstat (limited to 'FS/FS/Conf.pm')
| -rw-r--r-- | FS/FS/Conf.pm | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 109e56148..047386478 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3894,7 +3894,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,    },    { @@ -3903,6 +3903,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)' ],    }, | 
