diff options
Diffstat (limited to 'httemplate/search/report_cust_event.html')
| -rw-r--r-- | httemplate/search/report_cust_event.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/report_cust_event.html b/httemplate/search/report_cust_event.html index 44cbadbe6..c1f9edb2b 100644 --- a/httemplate/search/report_cust_event.html +++ b/httemplate/search/report_cust_event.html @@ -5,7 +5,7 @@ %> <FORM ACTION="cust_event.html" METHOD="GET"> - <INPUT TYPE="hidden" NAME="failed" VALUE="<% $cgi->param('failed') %>"> + <INPUT TYPE="hidden" NAME="failed" VALUE="<% $cgi->param('failed') ? 1 : 0 %>"> <TABLE> <% include( '/elements/tr-select-agent.html' ) %> |
