X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Faccess_right.pm;h=155da739e6db66b4721f13abad322b350149ab3e;hb=121510b6337b7f75f25d583730a65f3fc63bbfbe;hp=3926fafcc97290ff5b6ab9fbef694494fa27cc31;hpb=33b9c827617bb2cd71772dfd32a1ac3902532c36;p=freeside.git diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm index 3926fafcc..155da739e 100644 --- a/FS/FS/access_right.pm +++ b/FS/FS/access_right.pm @@ -252,6 +252,7 @@ sub _upgrade_data { # class method 'Generate quotation' => 'Disable quotation', 'Add on-the-fly void credit reason' => 'Add on-the-fly void reason', '_ALL' => 'Employee preference telephony integration', + '_ALL' => 'RT activity notification', 'Edit customer package dates' => [ 'Change package start date', #4.x 'Change package contract end date', ], @@ -259,6 +260,7 @@ sub _upgrade_data { # class method 'List customers' => 'Customers: Customer churn report', 'Edit customer note' => 'Delete customer note', 'Edit customer' => 'Edit customer invoice terms', + 'Financial reports' => 'Basic payment and refund reports', ); # foreach my $old_acl ( keys %onetime ) {