summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorivan <ivan>2004-12-13 09:13:27 +0000
committerivan <ivan>2004-12-13 09:13:27 +0000
commit2cddd2e5f77c3a10676510b6c6bc2ca48459d117 (patch)
treece5589ce05a213dec954d34aa30feed1e9cf5513 /FS/FS/Conf.pm
parent979005a72a338e4b8d2fa6bd6e6be63d8a3194ab (diff)
add config option for address2 search, closes: Bug#1022
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index f8dc7d9..b6c115d 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;