[freeside-commits] branch FREESIDE_3_BRANCH updated. 5b3ee07ca4807250d9e7ab258fa1ef7cb33cfe12
Ivan
ivan at 420.am
Mon Jul 6 23:11:01 PDT 2015
The branch, FREESIDE_3_BRANCH has been updated
via 5b3ee07ca4807250d9e7ab258fa1ef7cb33cfe12 (commit)
from b18e96a9a39a8ec2cb3298bb1cfcab13622d23ab (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5b3ee07ca4807250d9e7ab258fa1ef7cb33cfe12
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Jul 6 23:11:00 2015 -0700
hide the old typeset statements with a non-default (and not added on upgrade) ACL, RT#34078
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm
index 956d5d3..d40c45a 100644
--- a/FS/FS/AccessRight.pm
+++ b/FS/FS/AccessRight.pm
@@ -194,6 +194,7 @@ tie my %rights, 'Tie::IxHash',
'View customer pending payments', #NEW
'Edit customer pending payments', #NEW
'View customer billing events', #NEW
+ 'View legacy typeset statements', #new, but no need to phase in
],
###
@@ -457,6 +458,7 @@ sub default_superuser_rights {
'Echeck void',
'Void invoices',#people are overusing this when credits are more appropriate
'Backdate credit',
+ 'View legacy typeset statments',
);
no warnings 'uninitialized';
-----------------------------------------------------------------------
Summary of changes:
FS/FS/AccessRight.pm | 2 ++
1 file changed, 2 insertions(+)
More information about the freeside-commits
mailing list