summaryrefslogtreecommitdiff
path: root/httemplate/search/report_sales_commission.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-10-16 17:49:20 -0700
committerMark Wells <mark@freeside.biz>2013-10-16 17:49:20 -0700
commit511df0f6b2b42849d3174fa6c8267a9e36191baf (patch)
treef01f0603d968b803189bd6fd31dccb4c2afa88c2 /httemplate/search/report_sales_commission.html
parent0b52519a5a11bb839b1ef5abe79b97a442bc1909 (diff)
sales commission report improvements, #25256
Diffstat (limited to 'httemplate/search/report_sales_commission.html')
-rw-r--r--httemplate/search/report_sales_commission.html16
1 files changed, 12 insertions, 4 deletions
diff --git a/httemplate/search/report_sales_commission.html b/httemplate/search/report_sales_commission.html
index cc17e6bed..792c3353e 100644
--- a/httemplate/search/report_sales_commission.html
+++ b/httemplate/search/report_sales_commission.html
@@ -20,14 +20,22 @@
</SCRIPT>
-<& /elements/tr-select-sales.html &>
+<& /elements/tr-select-sales.html,
+ 'empty_label' => 'all',
+&>
<& /elements/tr-checkbox.html,
- 'label' => 'Customer sales person if there is no package sales person',
- 'field' => 'cust_main_sales',
- 'value' => 'Y',
+ 'label' => 'Customer sales person if there is no package sales person',
+ 'field' => 'cust_main_sales',
+ 'value' => 'Y',
&>
+<& /elements/tr-checkbox.html,
+ 'label' => 'Show paid sales only',
+ 'field' => 'paid',
+ 'value' => 'Y',
+&>
+
<& /elements/tr-input-beginning_ending.html &>
</TABLE>