diff options
author | Christopher Burger <burgerc@freeside.biz> | 2017-09-19 12:12:16 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2017-09-19 12:12:16 -0400 |
commit | 498c7b956b39a5a7e13d299f847f0827bf0b32ba (patch) | |
tree | 3d4564c2ad5bca622aa8f0e640f0b5f3a034b867 /httemplate/search/report_cust_main.html | |
parent | 6fe5f1481e6ec055d9ba4e7c936ab488126d65c2 (diff) |
RT# 77532 - Updated advanced customer report to search contacts
Diffstat (limited to 'httemplate/search/report_cust_main.html')
-rwxr-xr-x | httemplate/search/report_cust_main.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index 14e784454..0a6726215 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -166,6 +166,14 @@ </TABLE> <BR> + <FONT CLASS="fsinnerbox-title"><% emt('Contacts search options') %></FONT> + <TABLE CLASS="fsinnerbox"> + <& elements/options_cust_contacts.html, + 'pre_fix' => 'contacts_', + &> + </TABLE> + <BR> + <FONT CLASS="fsinnerbox-title"><% emt('Billing search options') %></FONT> <TABLE CLASS="fsinnerbox"> |