diff options
-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', |