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