X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_svc_acct.html;h=59fd1f8b33b7be20d5680082629d75fee10fb151;hb=97b377f991f6e9475e8e95c211f67e1186d33062;hp=e763251608fa4cf44236f3511a1f02d168f3a365;hpb=5836672804f6285e914061b18bcb8d18139e4783;p=freeside.git diff --git a/httemplate/search/report_svc_acct.html b/httemplate/search/report_svc_acct.html index e76325160..59fd1f8b3 100755 --- a/httemplate/search/report_svc_acct.html +++ b/httemplate/search/report_svc_acct.html @@ -8,12 +8,21 @@ Search options + <% include( '/elements/tr-select-agent.html', - 'curr_value' => scalar($cgi->param('agentnum')), + 'curr_value' => scalar( $cgi->param('agentnum') ), 'disable_empty' => 0, - ) + ) %> + <% include( '/elements/tr-select-domain.html', + 'element_name' => 'domsvc', + 'curr_value' => scalar( $cgi->param('domsvc') ), + 'disable_empty' => 0, + ) + %> + +