diff options
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/AccessRight.pm | 2 | ||||
-rw-r--r-- | FS/FS/access_right.pm | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index 40b5b37c6..aba5be200 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -363,7 +363,7 @@ tie my %rights, 'Tie::IxHash', #] #'RT preference rights' => [ - { rightname=>'not an RT' }, + { rightname=>'RT activity notification' }, #] ], diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm index c771a1544..0bcd84f43 100644 --- a/FS/FS/access_right.pm +++ b/FS/FS/access_right.pm @@ -252,6 +252,7 @@ sub _upgrade_data { # class method 'Unvoid credit' => 'Unvoid credit', 'Add on-the-fly void credit reason' => 'Add on-the-fly void credit reason', '_ALL' => 'Employee preference telephony integration', + '_ALL' => 'RT activity notification', 'Add on-the-fly credit reason' => 'Add on-the-fly refund reason', 'Resend invoices' => 'Print and mail invoices', 'List customers' => 'Customers: Customer churn report', |