diff options
| -rw-r--r-- | FS/FS/AccessRight.pm | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index 4514ccbfd..56193e443 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -366,6 +366,8 @@ sub default_superuser_rights {      'View customers of all agents',      'View/link unlinked services',      'Edit usage', +    'Credit card void', +    'Echeck void',    );    no warnings 'uninitialized';  | 
