summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_bill_event.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/cust_bill_event.html')
-rwxr-xr-xhttemplate/search/cust_bill_event.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_bill_event.html b/httemplate/search/cust_bill_event.html
index 0e78ce125..87bb3b7b3 100755
--- a/httemplate/search/cust_bill_event.html
+++ b/httemplate/search/cust_bill_event.html
@@ -8,7 +8,7 @@
on open invoices. See Reports-&gt;Billing events-&gt;Billing events for current event reports.</FONT><BR><BR>
<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' ) %>