summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-11-08 12:13:32 -0800
committerIvan Kohler <ivan@freeside.biz>2016-11-08 12:13:32 -0800
commitc8a1759d7959eb38dfe3f65a760432eabb81b5a5 (patch)
tree84118b90fc7000909fe3d4ee686ae69f388602f1
parentb4b4fac1ad93e05d3e2b6723f0ad011b38e06cbe (diff)
add option to customer search to search on non-active packages too, RT#73062
-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 cacb7de..30ad1ef 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',