[freeside-commits] branch master updated. 449e3c3b4fe9b4f55950951c0ecc7aaf954e2212

Ivan ivan at 420.am
Tue Jul 30 23:52:27 PDT 2013


The branch, master has been updated
       via  449e3c3b4fe9b4f55950951c0ecc7aaf954e2212 (commit)
      from  527638b9d017fbd5960b04f170eed029ef25d974 (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 449e3c3b4fe9b4f55950951c0ecc7aaf954e2212
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Jul 30 23:52:25 2013 -0700

    attempt to distinguish agents vs. sales people better, call agents "companies" instead of "resellers"

diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 53fccaf..f2ff2ac 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -681,8 +681,8 @@ if ( $curuser->access_right('Configuration' ) ) {
   %config_menu = (
     'Settings'      => [ $fsurl.'config/config-view.cgi', '' ],
     'separator'     => '', #its a separator!
+    'Companies'     => [ \%config_agent, '' ],
     'Employees'     => [ \%config_employees, '' ],
-    'Resellers'     => [ \%config_agent, '' ],
     'Sales People'  => [ \%config_sales, '' ],
     'separator2'    => '', #its a separator!
     'Customers'     => [ \%config_cust, '' ],

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

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




More information about the freeside-commits mailing list