summaryrefslogtreecommitdiff
path: root/FS/FS/access_right.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-11-03 12:10:52 -0800
committerMark Wells <mark@freeside.biz>2015-11-03 12:28:14 -0800
commit3a742395d79d0d6712e5111320c4780fd172b870 (patch)
tree0071e6cebddb5dbaa26a3e8fbaf448fb13f4c00f /FS/FS/access_right.pm
parentb5d5f7680d0736ff0150b337cd29026135fb2e34 (diff)
cleanup for access rights
Diffstat (limited to 'FS/FS/access_right.pm')
-rw-r--r--FS/FS/access_right.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm
index 40475ec..0da718c 100644
--- a/FS/FS/access_right.pm
+++ b/FS/FS/access_right.pm
@@ -251,9 +251,7 @@ 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',
+ 'Add on-the-fly void credit reason' => 'Add on-the-fly void reason',
'_ALL' => 'Employee preference telephony integration',
);