[freeside-commits] branch master updated. ed038663210260a7848f32ba6b20936cb6a00ede

Jonathan Prykop jonathan at 420.am
Mon Jan 25 21:26:13 PST 2016


The branch, master has been updated
       via  ed038663210260a7848f32ba6b20936cb6a00ede (commit)
      from  9d4be18318e5f4baaaa7fd5f995bc307a8dc7f2b (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 ed038663210260a7848f32ba6b20936cb6a00ede
Author: Jonathan Prykop <jonathan at freeside.biz>
Date:   Mon Jan 25 23:25:44 2016 -0600

    RT#39638: VoIP Usage cost reporting [menu link]

diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index a3bfeb7..f70c3af 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -390,6 +390,8 @@ if( $curuser->access_right('Financial reports') ) {
 
   $report_financial{'Customer Accounting Summary'} = [ $fsurl.'search/report_customer_accounting_summary.html', 'Customer accounting summary report' ];
 
+  $report_financial{'Customer Usage Profit/Loss'} = [ $fsurl.'search/report_customer_usage_profit.html', 'Customer usage profit/loss' ];
+
 } elsif($curuser->access_right('Receivables report')) {
 
   $report_financial{'A/R Aging'} = [ $fsurl.'search/report_receivables.html', 'Accounts Receivable Aging report' ];

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

Summary of changes:
 httemplate/elements/menu.html |    2 ++
 1 file changed, 2 insertions(+)




More information about the freeside-commits mailing list