diff options
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 = ( |