[freeside-commits] branch FREESIDE_3_BRANCH updated. bee29ee8b7dbd30752fa8fca58d8263f441f6812

Ivan ivan at 420.am
Wed Jan 29 21:53:42 PST 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  bee29ee8b7dbd30752fa8fca58d8263f441f6812 (commit)
      from  59c6ea17f901fb345ee9a75702b23b003c9c44ec (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bee29ee8b7dbd30752fa8fca58d8263f441f6812
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jan 29 21:53:41 2014 -0800

    sales person report w/package breakdown, RT#22090

diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 7729e06..de28bd6 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';

-----------------------------------------------------------------------

Summary of changes:
 httemplate/elements/menu.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)




More information about the freeside-commits mailing list