diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-06-11 02:47:53 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-06-11 03:01:48 -0500 |
commit | b3ec8af7aa18a9bdada4136657cde8013b3196b3 (patch) | |
tree | 8ae0e1e85540ea88a9111767e1a5fb2d390bc837 /httemplate/elements | |
parent | 68fbaf7cc232930ef94015f1ee3d503bdb55c388 (diff) |
RT#42348: Add IDT transaction ID to the Agent commission report
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/menu.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 93bebb17a..0f98bc960 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -364,7 +364,8 @@ tie my %report_commissions, 'Tie::IxHash', 'Agent per package' => [ $fsurl.'search/report_agent_commission_pkg.html' ], 'Sales Person' => [ $fsurl.'search/report_sales_commission.html' ], 'Sales Person per package' => [ $fsurl.'search/report_sales_commission_pkg.html' ], - 'Employee' => [ $fsurl.'search/report_employee_commission.html', '' ] + 'Employee' => [ $fsurl.'search/report_employee_commission.html', '' ], + 'Agent Credits and Payments' => [ $fsurl.'search/report_agent_credit_payment.html' ], ; tie my %report_financial, 'Tie::IxHash'; |