diff options
author | Mark Wells <mark@freeside.biz> | 2013-12-06 14:41:55 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-12-06 14:41:55 -0800 |
commit | 701888cb344e68274df2f95494a5c48b0773d908 (patch) | |
tree | c33e5359719d033820290a1f922961d279e69169 /httemplate/search/report_cust_main.html | |
parent | ec02246ea0218838def2b12b0b987f71662d1761 (diff) |
advanced customer report: search by package class, #25531
Diffstat (limited to 'httemplate/search/report_cust_main.html')
-rwxr-xr-x | httemplate/search/report_cust_main.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index 1ceb48e1e..4309fbb7f 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -119,6 +119,23 @@ </TD> </TR> + <TR> + <TD ALIGN="right">With package of class</TD> + <TD> + <& /elements/select-pkg_class.html, + 'field' => 'pkg_classnum', + 'multiple' => 1, + &> + <DIV STYLE="display:inline-block; vertical-align:baseline"> + <INPUT TYPE="radio" NAME="all_pkg_classnums" VALUE="0" CHECKED> + Any of these + <BR> + <INPUT TYPE="radio" NAME="all_pkg_classnums" VALUE="1"> + All of these + </DIV> + </TD> + </TR> + <& /elements/tr-select-payby.html, 'payby_type' => 'cust', 'multiple' => 1, |