diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2017-09-18 10:26:23 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2018-06-12 15:56:03 -0400 |
| commit | f46033677220ff936a12d91b5e41ca1098356b5c (patch) | |
| tree | 63e7995c4e66292ecff7c30b773a39e43952e0af /httemplate/elements | |
| parent | 46907b7fcf2c3b51d9080d806a0e54e0cf2c8a63 (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; |
