summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIrina Todeva <itodeva@hostgator.com>2015-09-29 13:58:39 -0600
committerMark Wells <mark@freeside.biz>2015-11-03 12:28:13 -0800
commit676a117afd9d1091dcf425cc894593beda54e78c (patch)
tree0c914ed4cfa4c0abcdd0ed89fa6a4cd017c179bb /FS
parent55c7e3cc18a45620f48ae62d3bc044a830bd8c95 (diff)
Changed the purpose of 'void credit' reasons type 'X' to void
credit/invoice/payment reasons
Diffstat (limited to 'FS')
-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 17a716712..50df495e0 100644
--- a/FS/FS/reason_type.pm
+++ b/FS/FS/reason_type.pm
@@ -11,7 +11,7 @@ our %class_name = (
'R' => 'credit',
'S' => 'suspend',
'F' => 'refund',
- 'X' => 'void credit',
+ 'X' => 'void', # credit/invoice/payment
);
our %class_purpose = (