summaryrefslogtreecommitdiff
path: root/FS/FS/access_right.pm
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-02-16 13:53:20 -0600
committerJonathan Prykop <jonathan@freeside.biz>2015-02-16 13:53:20 -0600
commit251d07aa41b6830a0a2f2a51c14fa94586d843c2 (patch)
treec53f5a96bc595b914187a4c2be0c9a3084bedb98 /FS/FS/access_right.pm
parent4771a2fe6202aa77d8e6fda10dc2b221899f3941 (diff)
RT#27710: Credit voiding
Diffstat (limited to 'FS/FS/access_right.pm')
-rw-r--r--FS/FS/access_right.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm
index d5e3b8b..1ea6e49 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 ) {