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 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->Billing events->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' ) %> |
