summaryrefslogtreecommitdiff
path: root/FS/FS/reason_type.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/reason_type.pm
parentb5d5f7680d0736ff0150b337cd29026135fb2e34 (diff)
cleanup for access rights
Diffstat (limited to 'FS/FS/reason_type.pm')
-rw-r--r--FS/FS/reason_type.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/reason_type.pm b/FS/FS/reason_type.pm
index 50df495e0..4042972b4 100644
--- a/FS/FS/reason_type.pm
+++ b/FS/FS/reason_type.pm
@@ -19,7 +19,7 @@ our %class_purpose = (
'R' => 'explain why a customer was credited',
'S' => 'explain why a customer package was suspended',
'F' => 'explain why a customer was refunded',
- 'X' => 'explain why a credit was voided',
+ 'X' => 'explain why a transaction was voided',
);
=head1 NAME