[freeside-commits] freeside/FS/FS AccessRight.pm,1.65,1.66

Ivan,,, ivan at wavetail.420.am
Tue Nov 22 13:25:34 PST 2011


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv24501/FS/FS

Modified Files:
	AccessRight.pm 
Log Message:
fix batch browsing w/ the new agent-specific batches, RT#15310

Index: AccessRight.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/AccessRight.pm,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -w -d -r1.65 -r1.66
--- AccessRight.pm	21 Oct 2011 22:44:17 -0000	1.65
+++ AccessRight.pm	22 Nov 2011 21:25:31 -0000	1.66
@@ -274,7 +274,8 @@
   'Miscellaneous rights' => [
     { rightname=>'Job queue', global=>1 },
     { rightname=>'Time queue', global=>1 },
-    { rightname=>'Process batches', global=>1 }, #Process payment batches
+    { rightname=>'Process batches', }, #Process payment batches
+    { rightname=>'Process global batches', global=>1 }, #Process global payment batches
     { rightname=>'Reprocess batches', global=>1 }, #Reprocess payment batches
     { rightname=>'Redownload resolved batches', global=>1 }, #Redownload resolved payment batches
     { rightname=>'Process invoice batches', },



More information about the freeside-commits mailing list