diff options
author | Christopher Burger <burgerc@freeside.biz> | 2017-09-18 10:26:23 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2017-09-18 10:26:23 -0400 |
commit | 4c6d9e9b97885be2d42f352086b4d27193759d52 (patch) | |
tree | 21a9b0fb3e081b44a973b45b7c90aa335f288f77 /httemplate/elements/searchbar-cust_main.html | |
parent | ac6ee60516873a1c79d5d4c72269705b29dbdeca (diff) |
RT# 77532 - updated customer search bar to search contacts for info.
Diffstat (limited to 'httemplate/elements/searchbar-cust_main.html')
-rw-r--r-- | httemplate/elements/searchbar-cust_main.html | 2 |
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; |