summaryrefslogtreecommitdiff
path: root/FS/FS/access_right.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-11-18 19:41:38 -0800
committerIvan Kohler <ivan@freeside.biz>2014-11-18 19:41:38 -0800
commit5499e8e571862b071e1b072a017aba16636ea34b (patch)
tree1a24bddfb61b0f6ba991ddbec85f4edbe109e9a8 /FS/FS/access_right.pm
parent8c62132b6291314df2ec7fb6c50b14c08bb4c8e6 (diff)
fix contact self-service disabled on edit (and some basic contact reports), RT#25533, RT#32171, RT#32212
Diffstat (limited to 'FS/FS/access_right.pm')
-rw-r--r--FS/FS/access_right.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm
index 87b052f..ee0c494 100644
--- a/FS/FS/access_right.pm
+++ b/FS/FS/access_right.pm
@@ -247,6 +247,8 @@ sub _upgrade_data { # class method
'Add on-the-fly credit reason' => 'Add on-the-fly refund reason',
'Configuration' => 'Edit global fee definitions',
'Edit package definition costs' => 'View package definition costs',
+ 'List prospects' => 'List contacts',
+ 'List customers' => 'List contacts',
);
# foreach my $old_acl ( keys %onetime ) {