Changed the purpose of 'void credit' reasons type 'X' to void
[freeside.git] / FS / FS / reason_type.pm
index 17a7167..50df495 100644 (file)
@@ -11,7 +11,7 @@ our %class_name = (
   'R' => 'credit',
   'S' => 'suspend',
   'F' => 'refund',
-  'X' => 'void credit',
+  'X' => 'void', # credit/invoice/payment
 );
 
 our %class_purpose = (