add domain selection to advanced account report (side effect on RT#4623)
[freeside.git] / httemplate / search / report_svc_acct.html
index e763251..59fd1f8 100755 (executable)
@@ -8,12 +8,21 @@
     <TR>
       <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Search options</FONT></TH>
     </TR>
+
     <% 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,
+              )
+    %>
+
+
     <SCRIPT type="text/javascript">
       function toggle(what) {
         label = document.getElementById (what + '_label');