add a multi-select for tags to advanced customer search, RT6376
[freeside.git] / httemplate / search / report_cust_main.html
index 03b3452..d6be4fb 100755 (executable)
 
 %   }
 
+    <% include( '/elements/tr-select-cust_tag.html',
+                 'cgi'          => $cgi,
+                 'is_report'    => 1,
+                  'multiple'     => 1,
+                  'all_selected' => 1,
+              )
+    %>
+
     <% include( '/elements/tr-select-payby.html',
                   'payby_type'   => 'cust',
                   'multiple'     => 1,