diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-09-18 14:57:12 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-09-18 14:57:12 -0700 |
commit | 377a2f99f2377a0670f6a5326be636b259ae27ca (patch) | |
tree | f429016d1c7b6ad21ead8bfced715d5da0252f5b /httemplate/elements | |
parent | a227cd4747d1e472a07845bad6d9e61afe268189 (diff) | |
parent | d9a303be7f60e3cf54c7603e65861606c06045fd (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
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; |