summaryrefslogtreecommitdiff
path: root/httemplate/elements/searchbar-cust_main.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/searchbar-cust_main.html')
-rw-r--r--httemplate/elements/searchbar-cust_main.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/searchbar-cust_main.html b/httemplate/elements/searchbar-cust_main.html
index 5bfef484a..7f8f9d850 100644
--- a/httemplate/elements/searchbar-cust_main.html
+++ b/httemplate/elements/searchbar-cust_main.html
@@ -26,7 +26,7 @@ my $curuser = $FS::CurrentUser::CurrentUser;
my $menu_position = $curuser->option('menu_position') || 'top';
my $cust_width = 246;
-my $cust_label = '(cust #, name, company';
+my $cust_label = '(cust #, name, company, email';
if ( $conf->exists('address1-search') ) {
$cust_label .= ', address';
$cust_width += 56;