X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FConf.pm;h=acbd229d5186d7aa779e2cea96a755408f135dc7;hb=90d8aaced90a89974109de6a016a62bee4a7457c;hp=43d604c59c66b8bd66c66c24e902dfccdd8f1cc0;hpb=7ea90f150b44ffc2ef906a34d49a244d6da7dba5;p=freeside.git 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 => "DEPRECATED", type => "text" }, { key => "apachemachine", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachines", section => "deprecated", description => "DEPRECATED", type => "text" },