diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-11-08 12:13:32 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-11-08 12:13:32 -0800 |
commit | c8a1759d7959eb38dfe3f65a760432eabb81b5a5 (patch) | |
tree | 84118b90fc7000909fe3d4ee686ae69f388602f1 /httemplate/search | |
parent | b4b4fac1ad93e05d3e2b6723f0ad011b38e06cbe (diff) |
add option to customer search to search on non-active packages too, RT#73062
Diffstat (limited to 'httemplate/search')
-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 cacb7de6e..30ad1ef00 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -110,7 +110,16 @@ </TR> <TR> - <TD ALIGN="right">With package of class</TD> + <TD ALIGN="right">With</TD> + <TD><SELECT NAME="any_pkg_status"> + <OPTION VALUE="0">active packages + <OPTION VALUE="1">any status packages + </SELECT> + </TD> + </TR> + + <TR> + <TD ALIGN="right">of class</TD> <TD> <& /elements/select-pkg_class.html, 'field' => 'pkg_classnum', |