email_search_result for cust_pkg and svc_broadband, RT#8736
[freeside.git] / httemplate / search / cust_pkg.cgi
index bd8ea9a..da4371f 100755 (executable)
@@ -290,6 +290,10 @@ my $html_init = sub {
                  'height'      => 210,
               ). '<BR>';
     }
+    $text .= include( '/elements/email-link.html',
+                'search_hash' => \%search_hash,
+                'table'       => 'cust_pkg',
+                );
   }
   return $text;
 };