projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b95514
)
RT# 82094 - set email customers link to only email invoice emails when displaying...
author
Christopher Burger
<burgerc@freeside.biz>
Wed, 30 Jan 2019 17:53:39 +0000
(12:53 -0500)
committer
Christopher Burger
<burgerc@freeside.biz>
Wed, 30 Jan 2019 17:53:39 +0000
(12:53 -0500)
httemplate/search/cust_main.html
patch
|
blob
|
history
diff --git
a/httemplate/search/cust_main.html
b/httemplate/search/cust_main.html
index
1cc44d6
..
f6c6c62
100755
(executable)
--- a/
httemplate/search/cust_main.html
+++ b/
httemplate/search/cust_main.html
@@
-140,6
+140,9
@@
my $menubar = [];
if ( $FS::CurrentUser::CurrentUser->access_right('Bulk send customer notices') ) {
+ # set so invoice emails are default if showing that field.
+ $search_hash{'classnums'} = 'invoice' if $cgi->param('cust_fields') =~ /Invoicing email/;
+
# URI::query_from does not support hashref
# results in: ...&contacts=HASH(0x55e16cb81da8)&...
my %query_hash = %search_hash;