From: Ivan Kohler Date: Thu, 30 Jan 2014 05:53:40 +0000 (-0800) Subject: sales person report w/package breakdown, RT#22090 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=dee2a3280f4649d82f35a39bb4e548b27c20b673;p=freeside.git sales person report w/package breakdown, RT#22090 --- diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 99f5e1168..b423fa9a7 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -345,6 +345,7 @@ tie my %report_sales, 'Tie::IxHash', 'Sales with Advertising Source' => [ $fsurl.'search/report_cust_bill_pkg_referral.html' ], 'Agent Commissions' => [ $fsurl.'search/report_agent_commission.html' ], 'Sales Person Commissions' => [ $fsurl.'search/report_sales_commission.html' ], + 'Sales Person Commission per package' => [ $fsurl.'search/report_sales_commission_pkg.html' ], ; tie my %report_financial, 'Tie::IxHash';