don't enable 'Void invoices' by default, being overused in lieu of more accounting...
authorIvan Kohler <ivan@freeside.biz>
Wed, 9 Jul 2014 18:01:21 +0000 (11:01 -0700)
committerIvan Kohler <ivan@freeside.biz>
Wed, 9 Jul 2014 18:01:21 +0000 (11:01 -0700)
FS/FS/AccessRight.pm

index de0a557..9b9642e 100644 (file)
@@ -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';