summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_pkg.cgi
diff options
context:
space:
mode:
authormark <mark>2010-09-17 18:12:08 +0000
committermark <mark>2010-09-17 18:12:08 +0000
commit6c9cd1c36adbb9fc950fcf0a0b269fa6f16838a1 (patch)
tree1c90e0377b37a98bd7a1757532648a9e966f291a /httemplate/search/cust_pkg.cgi
parent853fca259ec006d4a5f3ce046e5334210412baac (diff)
email_search_result for cust_pkg and svc_broadband, RT#8736
Diffstat (limited to 'httemplate/search/cust_pkg.cgi')
-rwxr-xr-xhttemplate/search/cust_pkg.cgi4
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/search/cust_pkg.cgi b/httemplate/search/cust_pkg.cgi
index bd8ea9aa6..da4371f5e 100755
--- a/httemplate/search/cust_pkg.cgi
+++ b/httemplate/search/cust_pkg.cgi
@@ -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;
};