X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Faccess_right.pm;fp=FS%2FFS%2Faccess_right.pm;h=1ea6e49519328cc63ad80fb3d71473d0fce56659;hp=d5e3b8b51a105ce284599997c638b89615a78ccc;hb=251d07aa41b6830a0a2f2a51c14fa94586d843c2;hpb=4771a2fe6202aa77d8e6fda10dc2b221899f3941 diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm index d5e3b8b51..1ea6e4951 100644 --- a/FS/FS/access_right.pm +++ b/FS/FS/access_right.pm @@ -251,6 +251,9 @@ sub _upgrade_data { # class method 'List customers' => 'List contacts', 'Backdate payment' => 'Backdate credit', 'Generate quotation' => 'Disable quotation', + 'Void credit' => 'Void credit', + 'Unvoid credit' => 'Unvoid credit', + 'Add on-the-fly void credit reason' => 'Add on-the-fly void credit reason', ); # foreach my $old_acl ( keys %onetime ) {