diff options
Diffstat (limited to 'httemplate/search/report_sales_commission_pkg.html')
-rw-r--r-- | httemplate/search/report_sales_commission_pkg.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/httemplate/search/report_sales_commission_pkg.html b/httemplate/search/report_sales_commission_pkg.html index 6adf090e9..27906e0c3 100644 --- a/httemplate/search/report_sales_commission_pkg.html +++ b/httemplate/search/report_sales_commission_pkg.html @@ -1,5 +1,15 @@ <& /elements/header.html, 'Sales commission report per package' &> +% if ($FS::CurrentUser::CurrentUser->access_right('Send reports to customers')) +% { +<P> +<& /elements/popup_link-send_report_batch.html, + reportname => 'sales_commission_pkg', + label => emt('Send these reports by email'), +&> +</P> +% } + <FORM ACTION="sales_commission_pkg.html"> <TABLE BGCOLOR="#cccccc" CELLSPACING=0> |