summaryrefslogtreecommitdiff
path: root/httemplate/search/report_cust_main.html
diff options
context:
space:
mode:
authorivan <ivan>2008-12-10 21:43:43 +0000
committerivan <ivan>2008-12-10 21:43:43 +0000
commit5836672804f6285e914061b18bcb8d18139e4783 (patch)
tree96d9338f514ff99141af3834790ba9f956e553e3 /httemplate/search/report_cust_main.html
parent73de2464e855e941c4c90555be002866eec340ac (diff)
allow all-agent reporting again
Diffstat (limited to 'httemplate/search/report_cust_main.html')
-rwxr-xr-xhttemplate/search/report_cust_main.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html
index 6f5b38df3..b0c5fde86 100755
--- a/httemplate/search/report_cust_main.html
+++ b/httemplate/search/report_cust_main.html
@@ -10,7 +10,8 @@
</TR>
<% include( '/elements/tr-select-agent.html',
- ($cgi->param('agentnum') || ''),
+ 'curr_value' => scalar($cgi->param('agentnum')),
+ 'disable_empty' => 0,
)
%>