diff options
author | ivan <ivan> | 2010-07-17 22:15:38 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-07-17 22:15:38 +0000 |
commit | 214563932444cf0cd8c5f1824370969a96081fa0 (patch) | |
tree | 4d184c9aa0f8d737060d32cacc4a2c1576964358 /FS | |
parent | 50f7a3e840e949ae4c876720c04b1ab8ed0d2988 (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 82c3aba4c..e18cff693 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3716,6 +3716,14 @@ and customer address. Include units.', 'type' => 'checkbox', }, + { + '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" }, |