From 2cddd2e5f77c3a10676510b6c6bc2ca48459d117 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 13 Dec 2004 09:13:27 +0000 Subject: add config option for address2 search, closes: Bug#1022 --- FS/FS/Conf.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'FS') diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index f8dc7d924..b6c115dc4 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1370,6 +1370,13 @@ httemplate/docs/config.html 'type' => 'checkbox', }, + { + 'key' => 'address2-search', + 'section' => 'UI', + 'description' => 'Enable a "Unit" search box which searches the second address field', + 'type' => 'checkbox', + }, + ); 1; -- cgit v1.2.1