diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2017-09-18 10:26:23 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2018-11-20 16:15:02 -0500 |
| commit | 747f42e8f7279caa9c50472694dcfa6067e148b7 (patch) | |
| tree | d50f4e17e3a04cccfa4c41fecc48c88d206aa3de /httemplate/elements | |
| parent | 2b0e2b4daf4e4239297d6cda1679d2f09525ed6c (diff) | |
RT# 77532 - updated customer search bar to search contacts for info.
Diffstat (limited to 'httemplate/elements')
| -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; |
