From: Ivan Kohler Date: Wed, 9 Jul 2014 18:01:21 +0000 (-0700) Subject: don't enable 'Void invoices' by default, being overused in lieu of more accounting... X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=10c9cff441ddc9e46e419ca8bb566bf752a8c7cf 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 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';