summaryrefslogtreecommitdiff
path: root/httemplate/elements/menu.html
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-06-11 03:19:39 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-06-11 03:19:39 -0500
commitb450de72b65ecf03c79b3b580c6ca9341b3baad9 (patch)
tree9736ac4b74ac066897ed288ea8d24580dcee8471 /httemplate/elements/menu.html
parenta9715201a59c1af0b1f1d08e7178d75b6d33872c (diff)
RT#42348: Add IDT transaction ID to the Agent commission report [v3 merge]
Diffstat (limited to 'httemplate/elements/menu.html')
-rw-r--r--httemplate/elements/menu.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 00f4f13b5..c96f5d8bb 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -368,6 +368,7 @@ tie my %report_commissions, 'Tie::IxHash',
;
$report_commissions{'Employee Commissions'} = [ $fsurl.'search/report_employee_commission.html', '' ]
if $curuser->access_right('Employees: Commission Report');
+$report_commissions{'Agent Credits and Payments'} = [ $fsurl.'search/report_agent_credit_payment.html' ];
tie my %report_financial, 'Tie::IxHash';
if( $curuser->access_right('Financial reports') ) {