enable CardFortress in test database, #71513
[freeside.git] / httemplate / search / report_sales_commission.html
index 03527f6..9ad9e6a 100644 (file)
@@ -4,11 +4,21 @@
 
 <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
 
-<% include( '/elements/tr-select-agent.html' ) %>
+<& /elements/tr-select-agent-sales.html &>
 
-<% include( '/elements/tr-select-sales.html' ) %>
+<& /elements/tr-checkbox.html,
+    'label' => 'Customer sales person if there is no package sales person',
+    'field' => 'cust_main_sales',
+    'value' => 'Y',
+&>
 
-<% include( '/elements/tr-input-beginning_ending.html', ) %>
+<& /elements/tr-checkbox.html,
+    'label' => 'Show paid sales only',
+    'field' => 'paid',
+    'value' => 'Y',
+&> 
+
+<& /elements/tr-input-beginning_ending.html &>
 
 </TABLE>