[freeside-commits] freeside/httemplate/edit/process/elements process.html, 1.20, 1.21

Ivan,,, ivan at wavetail.420.am
Wed Jun 16 19:08:55 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/edit/process/elements
In directory wavetail.420.am:/tmp/cvs-serv17396/httemplate/edit/process/elements

Modified Files:
	process.html 
Log Message:
Add "View customers of all agents" access rights, RT#7010

Index: process.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/elements/process.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -w -d -r1.20 -r1.21
--- process.html	7 Jun 2010 02:39:22 -0000	1.20
+++ process.html	17 Jun 2010 02:08:53 -0000	1.21
@@ -207,6 +207,7 @@
 
     die "illegal agentnum"
       unless $curuser->agentnums_href->{$new->agentnum}
+          or $curuser->access_right('View customers of all agents')
           or $opt{'agent_null_right'}
              && ! $new->agentnum
              && $curuser->access_right($opt{'agent_null_right'});



More information about the freeside-commits mailing list