diff options
| author | ivan <ivan> | 2007-12-25 23:49:23 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2007-12-25 23:49:23 +0000 |
| commit | 2a6aa24137ddd389c1e644f5ece325c5b5dbaf3a (patch) | |
| tree | 4880aeadc116d1dcb04bb6d0914ac39c17bddc8e /httemplate/search | |
| parent | a35faaccc20e2214d91876744c45322a3a220bb5 (diff) | |
ho ho ho, merry XSSmas
Diffstat (limited to 'httemplate/search')
| -rwxr-xr-x | httemplate/search/cust_bill_event.html | 2 | ||||
| -rw-r--r-- | httemplate/search/report_cust_event.html | 2 |
2 files changed, 2 insertions, 2 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' ) %> 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' ) %> |
