X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Faccess_right.pm;h=1ea6e49519328cc63ad80fb3d71473d0fce56659;hb=76d6fe17d02b77301619065ad43d7300432e977c;hp=d5e3b8b51a105ce284599997c638b89615a78ccc;hpb=85c78d955fbc2fd6c3991156b387d37c185b9f64;p=freeside.git 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 ) {