X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_svc_acct.html;h=ee913c4f917b87daaa9a8fb4f4c7c9a126d215e1;hb=5f71517b3de709a86c89dbacc6247cd6e52f4c42;hp=f5a0ff903e2cc31981c145579f92bf817eccc2d2;hpb=c648976f0b7975f2328ebd7ba8c711fad0ca4195;p=freeside.git diff --git a/httemplate/search/report_svc_acct.html b/httemplate/search/report_svc_acct.html index f5a0ff903..ee913c4f9 100755 --- a/httemplate/search/report_svc_acct.html +++ b/httemplate/search/report_svc_acct.html @@ -1,17 +1,30 @@ -<% include('/elements/header.html', 'Account Report' ) %> +<% include('/elements/header.html', $title ) %>
+ + +% unless ( $custnum ) { <% include( '/elements/tr-select-agent.html', - ($cgi->param('agentnum') || ''), - ) + 'curr_value' => scalar( $cgi->param('agentnum') ), + 'disable_empty' => 0, + ) + %> + +% # just this customer's domains? + <% include( '/elements/tr-select-domain.html', + 'element_name' => 'domsvc', + 'curr_value' => scalar( $cgi->param('domsvc') ), + 'disable_empty' => 0, + ) %> +% }
Search options