diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-09-29 11:33:38 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-09-29 11:33:38 -0700 |
commit | e542a712f667dbf34065c6d93088263d5dda3480 (patch) | |
tree | 6f5b9e73a5a4408fddcb4495cee92700c99d2f72 | |
parent | 591dbb3c028e14541f1933bfc2f5073a6508c8fd (diff) |
remove payment deletion, RT#37908
-rw-r--r-- | FS/FS/AccessRight.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index a428d4394..95cf29a8b 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -184,7 +184,6 @@ tie my %rights, 'Tie::IxHash', 'Resend invoices', #NEWNEW 'Void invoices', 'Unvoid invoices', - 'Delete invoices', 'View customer tax exemptions', #yow 'Edit customer tax exemptions', #NEWNEW 'Add customer tax adjustment', #new, but no need to phase in |