From ec2a4130eedbec0a08278456439605aaadbdda85 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 23 Feb 2012 10:29:19 -0800 Subject: remove gray background in HTML messages, #15593 --- FS/FS/Misc.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FS') diff --git a/FS/FS/Misc.pm b/FS/FS/Misc.pm index 6f6f2e2e5..297e39fbc 100644 --- a/FS/FS/Misc.pm +++ b/FS/FS/Misc.pm @@ -375,7 +375,7 @@ sub generate_email { ' '. encode_entities($return{'subject'}), ' ', ' ', - ' ', + ' ', @html_data, ' ', '', -- cgit v1.2.1 From fe699b35b2e0e81ce025e3ced4211f823ba0655f Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 23 Feb 2012 10:29:30 -0800 Subject: fix bug with manual notices directly to customers --- FS/FS/cust_main_Mixin.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'FS') diff --git a/FS/FS/cust_main_Mixin.pm b/FS/FS/cust_main_Mixin.pm index 7fcb5b5c7..a0677060e 100644 --- a/FS/FS/cust_main_Mixin.pm +++ b/FS/FS/cust_main_Mixin.pm @@ -410,6 +410,7 @@ sub email_search_result { } my $sql_query = $class->search($param->{'search'}); + $sql_query->{'select'} = $sql_query->{'table'} . '.*'; my $count_query = delete($sql_query->{'count_query'}); my $count_sth = dbh->prepare($count_query) -- cgit v1.2.1