From 10c9cff441ddc9e46e419ca8bb566bf752a8c7cf Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 9 Jul 2014 11:01:21 -0700 Subject: [PATCH] don't enable 'Void invoices' by default, being overused in lieu of more accounting-correct credits, RT#28789 --- FS/FS/AccessRight.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index de0a55724..9b9642ed1 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -438,7 +438,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'; -- 2.11.0