diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-11-08 12:16:14 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-11-08 12:16:14 -0800 |
commit | 15bd49878279a8d3f4ad4a035fdd83a4c19d477b (patch) | |
tree | a31498cf2d52d0e2fd1a72d8b44b735d6accada9 | |
parent | e0a3cd48984f678da9cd474b6c7604550354906e (diff) |
add option to customer search to search on non-active packages too, RT#73062
-rwxr-xr-x | httemplate/search/report_cust_main.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index c35ef22d7..b6be023f6 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -107,6 +107,12 @@ </TD> </TR> + </TABLE> + <BR> + + <FONT CLASS="fsinnerbox-title"><% emt('Package search options') %></FONT> + <TABLE CLASS="fsinnerbox"> + <TR> <TH ALIGN="right">With</TH> |