summaryrefslogtreecommitdiff
path: root/httemplate/search/report_cust_pay_batch.html
diff options
context:
space:
mode:
authorkhoff <khoff>2007-05-11 23:19:14 +0000
committerkhoff <khoff>2007-05-11 23:19:14 +0000
commit39af7e54f1c6cc068ba7d980d7ababdb88d8ae68 (patch)
treed3663ae9fc713554a02a279835f394bd54d33e81 /httemplate/search/report_cust_pay_batch.html
parentbf33a68cb21ef3a4596cafe0996f0f9e61367500 (diff)
Fix (hopefully) all uses of /elements/tr-select-agent.html where agentnum may be undefined. (backport)
Diffstat (limited to 'httemplate/search/report_cust_pay_batch.html')
-rw-r--r--httemplate/search/report_cust_pay_batch.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/report_cust_pay_batch.html b/httemplate/search/report_cust_pay_batch.html
index f57a9557e..4e8937cac 100644
--- a/httemplate/search/report_cust_pay_batch.html
+++ b/httemplate/search/report_cust_pay_batch.html
@@ -16,7 +16,7 @@
</TR>
<% include( '/elements/tr-select-agent.html',
- $cgi->param('agentnum'),
+ ($cgi->param('agentnum') || ''),
'label' => 'for agent: ',
)
%>