diff options
Diffstat (limited to 'httemplate/search/report_cust_pay.html')
-rw-r--r-- | httemplate/search/report_cust_pay.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/report_cust_pay.html b/httemplate/search/report_cust_pay.html index 0327e042e..b32b1287e 100644 --- a/httemplate/search/report_cust_pay.html +++ b/httemplate/search/report_cust_pay.html @@ -49,7 +49,7 @@ </TR> <% include( '/elements/tr-select-agent.html', - $cgi->param('agentnum'), + ($cgi->param('agentnum') || ''), 'label' => 'for agent: ', ) %> |