X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=bd7250f2f188f6463a066d2262e3f53d0226f2ac;hb=2e868fc7bc85401ec4dbca6b4889d5222061da55;hp=6ad3fcb823fc1c0f7a656cf4e54b617a49b11c69;hpb=1ea0d1340fc53880d8d52c67a853dd3e1c07db33;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 6ad3fcb82..bd7250f2f 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1860,6 +1860,13 @@ worry that config_items is freeside-specific and icky. }, { + 'key' => 'address1-search', + 'section' => 'UI', + 'description' => 'Enable the ability to search the address1 field from customer search.', + 'type' => 'checkbox', + }, + + { 'key' => 'address2-search', 'section' => 'UI', 'description' => 'Enable a "Unit" search box which searches the second address field. Useful for multi-tenant applications. See also: cust_main-require_address2',