[freeside-commits] freeside/FS/FS AccessRight.pm,1.63,1.63.2.1
Ivan,,,
ivan at wavetail.420.am
Tue Aug 2 17:05:05 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv18077/FS/FS
Modified Files:
Tag: FREESIDE_2_3_BRANCH
AccessRight.pm
Log Message:
resolve inconsistency with posting payments then not having the ACL to view them: add "View payments" and "View refunds" rights, redirect payment/refund posting back to customer view if you cannot see the result
Index: AccessRight.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/AccessRight.pm,v
retrieving revision 1.63
retrieving revision 1.63.2.1
diff -u -w -d -r1.63 -r1.63.2.1
--- AccessRight.pm 20 Jul 2011 18:34:19 -0000 1.63
+++ AccessRight.pm 3 Aug 2011 00:05:02 -0000 1.63.2.1
@@ -186,6 +186,7 @@
# customer payment rights
###
'Customer payment rights' => [
+ 'View payments',
{ rightname=>'Post payment', desc=>'Make check or cash payments.' },
'Post check payment',
'Post cash payment',
@@ -206,6 +207,7 @@
'Apply credit', #NEWNEW
{ rightname=>'Unapply credit', desc=>'Enable "unapplication" of unclosed credits.' }, #aka unapplycredits
{ rightname=>'Delete credit', desc=>'Enable deletion of unclosed credits. Be very careful! Only delete credits that were data-entry errors, not adjustments.' }, #aka. deletecredits Optionally specify one or more comma-separated email addresses to be notified when a credit is deleted.
+ 'View refunds',
{ rightname=>'Post refund', desc=>'Enable posting of check and cash refunds.' },
'Post check refund',
'Post cash refund',
More information about the freeside-commits
mailing list