diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-11-08 12:13:13 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-11-08 12:13:13 -0800 |
commit | 8572f2347f879d414a60e8e0dc111fa927d66c14 (patch) | |
tree | b56857432d3ac617150ba742795d95ea987682c8 | |
parent | e3df7e4b96abfda72201bf3598b6bfd449bfb2a1 (diff) |
add option to customer search to search on non-active packages too, RT#73062
-rwxr-xr-x | httemplate/search/report_cust_main.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index 8fac84501..c35ef22d7 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -108,7 +108,16 @@ </TR> <TR> - <TH ALIGN="right">With package of class</TH> + + <TH ALIGN="right">With</TH> + <TD><SELECT NAME="any_pkg_status"> + <OPTION VALUE="0">active packages + <OPTION VALUE="1">any status packages + </SELECT> + </TD> + </TR> + + <TH ALIGN="right">of class</TH> <TD> <& /elements/select-pkg_class.html, 'field' => 'pkg_classnum', |