From 214563932444cf0cd8c5f1824370969a96081fa0 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 17 Jul 2010 22:15:38 +0000 Subject: customer tags, RT#9192 --- FS/FS/Conf.pm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'FS') 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 => "DEPRECATED", type => "text" }, { key => "apachemachine", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachines", section => "deprecated", description => "DEPRECATED", type => "text" }, -- cgit v1.2.1