summaryrefslogtreecommitdiff
path: root/httemplate
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 11:20:38 -0400
commitd4df360c7618d45cc60647bb31520f757117992f (patch)
treebd84d0f8e3502ac929422f57487797b640a0bd9e /httemplate
parent3d7a34ab630e4d7696fe7304a7bf446c1a54ed41 (diff)
RT# 76722 - added option to search on tags not selected in advanced customer report
Diffstat (limited to 'httemplate')
-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>