diff options
| author | ivan <ivan> | 2010-07-17 22:15:37 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2010-07-17 22:15:37 +0000 | 
| commit | 90d8aaced90a89974109de6a016a62bee4a7457c (patch) | |
| tree | a6ddd940a6fe58efcc6157e8fd9b8ed9069d31d6 /FS | |
| parent | 7ea90f150b44ffc2ef906a34d49a244d6da7dba5 (diff) | |
customer tags, RT#9192
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/Conf.pm | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 43d604c59..acbd229d5 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3808,6 +3808,14 @@ and customer address. Include units.',      },    }, +  { +    'key'         => 'cust_tag-location', +    'section'     => 'UI', +    'description' => 'Location where customer tags are displayed.', +    'type'        => 'select', +    'select_enum' => [ 'misc_info', 'top' ], +  }, +    { key => "apacheroot", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },    { key => "apachemachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },    { key => "apachemachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, | 
