[freeside-commits] freeside/httemplate/view/cust_main misc.html, 1.16, 1.17

Ivan,,, ivan at wavetail.420.am
Thu Jun 17 13:31:15 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv30686

Modified Files:
	misc.html 
Log Message:
fix bug from "View customers of all agents" addition

Index: misc.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/misc.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -w -d -r1.16 -r1.17
--- misc.html	17 Jun 2010 02:08:53 -0000	1.16
+++ misc.html	17 Jun 2010 20:31:13 -0000	1.17
@@ -116,6 +116,8 @@
 my $conf = new FS::Conf;
 my $date_format = ($conf->config('date_format') || "%m/%d/%Y");
 
-my @agentnums = $FS::CurrentUser::CurrentUser->agentnums;
+my $curuser = $FS::CurrentUser::CurrentUser;
+
+my @agentnums = $curuser->agentnums;
 
 </%init>



More information about the freeside-commits mailing list