RT#38671: Do not include charges and credits from failed signup processing [v4 only...
[freeside.git] / FS / FS / cust_bill_pkg.pm
index aea776a..e7860e0 100644 (file)
@@ -337,8 +337,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
     );
   }