summaryrefslogtreecommitdiff
path: root/httemplate/search
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-11-08 12:13:21 -0800
committerIvan Kohler <ivan@freeside.biz>2016-11-08 12:13:21 -0800
commite0a3cd48984f678da9cd474b6c7604550354906e (patch)
treefcbd08465d82d35c0fd938b079312d48b5e68b9a /httemplate/search
parentc4554f12a54c21b3bb9a6dfcfe0366e1c5aa1a93 (diff)
add option to customer search to search on non-active packages too, RT#73062
Diffstat (limited to 'httemplate/search')
-rwxr-xr-xhttemplate/search/report_cust_main.html11
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',