[freeside-commits] branch master updated. e92db24ac60d0fdcb8f8d3b383ab727af6de6d44

Christopher Burger burgerc at freeside.biz
Wed Jan 30 09:54:23 PST 2019


The branch, master has been updated
       via  e92db24ac60d0fdcb8f8d3b383ab727af6de6d44 (commit)
      from  0b95514b27258500e6f383df5a2f5ba00fe2c13f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e92db24ac60d0fdcb8f8d3b383ab727af6de6d44
Author: Christopher Burger <burgerc at freeside.biz>
Date:   Wed Jan 30 12:53:39 2019 -0500

    RT# 82094 - set email customers link to only email invoice emails when displaying only invoice emails

diff --git a/httemplate/search/cust_main.html b/httemplate/search/cust_main.html
index 1cc44d68a..f6c6c62d8 100755
--- 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;

-----------------------------------------------------------------------

Summary of changes:
 httemplate/search/cust_main.html | 3 +++
 1 file changed, 3 insertions(+)




More information about the freeside-commits mailing list