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 c1f9edb2b..e63b6375d 100644 --- a/httemplate/search/report_cust_event.html +++ b/httemplate/search/report_cust_event.html @@ -8,7 +8,7 @@ <INPUT TYPE="hidden" NAME="failed" VALUE="<% $cgi->param('failed') ? 1 : 0 %>"> <TABLE> - <% include( '/elements/tr-select-agent.html' ) %> + <% include( '/elements/tr-select-agent.html', 'disable_empty'=>0 ) %> <!--<TR> <TD ALIGN="right">Customer type</TD> |
