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:24 +0000 (11:01 -0700)
committerIvan Kohler <ivan@freeside.biz>
Wed, 9 Jul 2014 18:01:24 +0000 (11:01 -0700)
FS/FS/AccessRight.pm

index a5eef2f..7a0d0e9 100644 (file)
@@ -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';