[freeside-commits] freeside/FS/FS AccessRight.pm, 1.63.2.2, 1.63.2.3
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-serv24505/FS/FS
Modified Files:
Tag: FREESIDE_2_3_BRANCH
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.63.2.2
retrieving revision 1.63.2.3
diff -u -w -d -r1.63.2.2 -r1.63.2.3
--- AccessRight.pm 21 Oct 2011 22:44:17 -0000 1.63.2.2
+++ AccessRight.pm 22 Nov 2011 21:25:32 -0000 1.63.2.3
@@ -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