RT#38671: Do not include charges and credits from failed signup processing [v4 only...
[freeside.git] / FS / FS / cust_bill.pm
index 138d0fa..3ee6d47 100644 (file)
@@ -228,8 +228,8 @@ sub void {
 
   unless (ref($reason) || !$reason) {
     $reason = FS::reason->new_or_existing(
-      'class'  => 'X',
-      'type'   => 'Void invoice',
+      'class'  => 'I',
+      'type'   => 'Invoice void',
       'reason' => $reason
     );
   }