From f46033677220ff936a12d91b5e41ca1098356b5c Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Mon, 18 Sep 2017 10:26:23 -0400 Subject: RT# 77532 - updated customer search bar to search contacts for info. --- httemplate/elements/searchbar-cust_main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate') 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; -- cgit v1.2.1