summaryrefslogtreecommitdiff
path: root/httemplate/search/report_cust_main.html
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-10-24 10:55:50 -0400
committerChristopher Burger <burgerc@freeside.biz>2018-10-24 10:55:50 -0400
commitec5b34c097718b91d98d90fece500864e50892b9 (patch)
tree95f75699c5aa7182bc8fe635d083b5f73ea6c166 /httemplate/search/report_cust_main.html
parent25f16a9668fba4e652372228ca55789ce50e2fa8 (diff)
RT# 76722 - added option to search on tags not selected in advanced customer report
Diffstat (limited to 'httemplate/search/report_cust_main.html')
-rwxr-xr-xhttemplate/search/report_cust_main.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html
index 0a6726215..da2f1a4e9 100755
--- a/httemplate/search/report_cust_main.html
+++ b/httemplate/search/report_cust_main.html
@@ -102,7 +102,9 @@
<DIV STYLE="display:inline-block; vertical-align:baseline">
<INPUT TYPE="radio" NAME="all_tags" VALUE="0" CHECKED> Any of these
<BR>
- <INPUT TYPE="radio" NAME="all_tags" VALUE="1"> All of these
+ <INPUT TYPE="radio" NAME="all_tags" VALUE="all"> All of these
+ <BR>
+ <INPUT TYPE="radio" NAME="all_tags" VALUE="none"> None of these
</DIV>
</TD>
</TR>