projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0eef055
)
attempt to distinguish agents vs. sales people better, call agents "companies" instea...
author
Ivan Kohler
<ivan@freeside.biz>
Wed, 31 Jul 2013 06:52:27 +0000
(23:52 -0700)
committer
Ivan Kohler
<ivan@freeside.biz>
Wed, 31 Jul 2013 06:52:27 +0000
(23:52 -0700)
httemplate/elements/menu.html
patch
|
blob
|
history
diff --git
a/httemplate/elements/menu.html
b/httemplate/elements/menu.html
index
cb8f613
..
b132dac
100644
(file)
--- 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, '' ],