[freeside-commits] branch FREESIDE_3_BRANCH updated. 67b4450e63556994c8c41a328133fb82fef36e68
Ivan
ivan at 420.am
Tue Jul 30 23:52:28 PDT 2013
The branch, FREESIDE_3_BRANCH has been updated
via 67b4450e63556994c8c41a328133fb82fef36e68 (commit)
from 0eef055f29fb510e6ea3e7e126c3923979d3a8d9 (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 67b4450e63556994c8c41a328133fb82fef36e68
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Jul 30 23:52:27 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 cb8f613..b132dac 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -673,8 +673,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