diff options
author | Irina Todeva <itodeva@hostgator.com> | 2015-09-29 13:58:39 -0600 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-11-03 12:28:13 -0800 |
commit | 676a117afd9d1091dcf425cc894593beda54e78c (patch) | |
tree | 0c914ed4cfa4c0abcdd0ed89fa6a4cd017c179bb /FS | |
parent | 55c7e3cc18a45620f48ae62d3bc044a830bd8c95 (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.pm | 2 |
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 = ( |