From b450de72b65ecf03c79b3b580c6ca9341b3baad9 Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Sat, 11 Jun 2016 03:19:39 -0500 Subject: RT#42348: Add IDT transaction ID to the Agent commission report [v3 merge] --- httemplate/elements/menu.html | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/elements/menu.html') 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') ) { -- cgit v1.2.1