X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_main.html;fp=httemplate%2Fsearch%2Fcust_main.html;h=1cc44d68a00d9003566b6f34c51391734ce022d2;hp=0a43a82ddc1961d8ff6de24b2e4725e718dc5496;hb=80cea05076d397b3b06246a3df4451aea415e9fc;hpb=409cd8958c687ac468b4d4fbe84fefb8f1e2feec diff --git a/httemplate/search/cust_main.html b/httemplate/search/cust_main.html index 0a43a82dd..1cc44d68a 100755 --- a/httemplate/search/cust_main.html +++ b/httemplate/search/cust_main.html @@ -143,6 +143,8 @@ if ( $FS::CurrentUser::CurrentUser->access_right('Bulk send customer notices') ) # URI::query_from does not support hashref # results in: ...&contacts=HASH(0x55e16cb81da8)&... my %query_hash = %search_hash; + foreach (keys %{$query_hash{contacts}}) { $query_hash{$_} = $query_hash{contacts}{$_}; } + delete $query_hash{contacts} if exists $query_hash{contacts} && ref $query_hash{contacts};