diff options
Diffstat (limited to 'httemplate/search/cust_bill_event.html')
| -rwxr-xr-x | httemplate/search/cust_bill_event.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_bill_event.html b/httemplate/search/cust_bill_event.html index 334bda3d3..c85518459 100755 --- a/httemplate/search/cust_bill_event.html +++ b/httemplate/search/cust_bill_event.html @@ -5,7 +5,7 @@ %> <FORM ACTION="cust_bill_event.cgi" 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' ) %> |
