summaryrefslogtreecommitdiff
path: root/httemplate/search/report_agent_commission.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/report_agent_commission.html')
-rw-r--r--httemplate/search/report_agent_commission.html15
1 files changed, 11 insertions, 4 deletions
diff --git a/httemplate/search/report_agent_commission.html b/httemplate/search/report_agent_commission.html
index 79f94c52e..41f40bf22 100644
--- a/httemplate/search/report_agent_commission.html
+++ b/httemplate/search/report_agent_commission.html
@@ -4,9 +4,15 @@
<TABLE BGCOLOR="#cccccc" CELLSPACING=0>
-<% include( '/elements/tr-select-agent.html', disable_empty => 1 ) %>
+<& /elements/tr-select-agent.html &>
-<% 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>
@@ -16,7 +22,8 @@
<% include('/elements/footer.html') %>
<%init>
-die "access denied"
- unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
+my $curuser = $FS::CurrentUser::CurrentUser;
+
+die "access denied" unless $curuser->access_right('Financial reports');
</%init>