[freeside-commits] freeside/FS/FS AccessRight.pm,1.42,1.43
Mark Wells
mark at wavetail.420.am
Fri Aug 14 10:24:20 PDT 2009
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv12181/FS/FS
Modified Files:
AccessRight.pm
Log Message:
Move note/attachment rights to new section
Index: AccessRight.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/AccessRight.pm,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- AccessRight.pm 10 Aug 2009 23:04:57 -0000 1.42
+++ AccessRight.pm 14 Aug 2009 17:24:18 -0000 1.43
@@ -98,15 +98,6 @@
'Cancel customer',
'Complimentary customer', #aka users-allow_comp
{ rightname=>'Delete customer', desc=>"Enable customer deletions. Be very careful! Deleting a customer will remove all traces that this customer ever existed! It should probably only be used when auditing a legacy database. Normally, you cancel all of a customer's packages if they cancel service." }, #aka. deletecustomers
- 'Add customer note', #NEW
- 'Edit customer note', #NEW
- 'Download attachment', #NEW
- 'Add attachment', #NEW
- 'Edit attachment', #NEW
- 'Delete attachment', #NEW
- 'View deleted attachments', #NEW
- 'Undelete attachment', #NEW
- 'Purge attachment', #NEW
'Bill customer now', #NEW
'Bulk send customer notices', #NEW
],
@@ -207,6 +198,21 @@
],
+
+ ###
+ # note/attachment rights...
+ ###
+ 'Customer note and attachment rights' => [
+ 'Add customer note', #NEW
+ 'Edit customer note', #NEW
+ 'Download attachment', #NEW
+ 'Add attachment', #NEW
+ 'Edit attachment', #NEW
+ 'Delete attachment', #NEW
+ 'View deleted attachments', #NEW
+ 'Undelete attachment', #NEW
+ 'Purge attachment', #NEW
+ ],
###
# report/listing rights...
More information about the freeside-commits
mailing list