X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Faccess_right.pm;h=1ea6e49519328cc63ad80fb3d71473d0fce56659;hb=e151a538a611ed5aa3c08164cebc7230e5fa0da1;hp=e5a5781a9485642d9ff8530b504f73ecea7cb7fa;hpb=7dd8215a91ca6ca4a9988a0108647ada7f2a11d8;p=freeside.git diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm index e5a5781a9..1ea6e4951 100644 --- a/FS/FS/access_right.pm +++ b/FS/FS/access_right.pm @@ -250,6 +250,10 @@ sub _upgrade_data { # class method 'List prospects' => 'List contacts', '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 ) {