[freeside-commits] branch FREESIDE_3_BRANCH updated. 0b94fbbda1f0065cdd2302d3827be479c4f8ed13
Ivan
ivan at 420.am
Wed Jul 9 11:01:26 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via 0b94fbbda1f0065cdd2302d3827be479c4f8ed13 (commit)
from 8577c7ca4210f58be1d0188bd0d45d44f899ec40 (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 0b94fbbda1f0065cdd2302d3827be479c4f8ed13
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jul 9 11:01:24 2014 -0700
don't enable 'Void invoices' by default, being overused in lieu of more accounting-correct credits, RT#28789
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm
index a5eef2f..7a0d0e9 100644
--- a/FS/FS/AccessRight.pm
+++ b/FS/FS/AccessRight.pm
@@ -437,7 +437,7 @@ sub default_superuser_rights {
'Edit usage',
'Credit card void',
'Echeck void',
- 'Edit customer package dates',
+ 'Void invoices',#people are overusing this when credits are more appropriate
);
no warnings 'uninitialized';
-----------------------------------------------------------------------
Summary of changes:
FS/FS/AccessRight.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list