RT#38671: Do not include charges and credits from failed signup processing [v4 only...
authorJonathan Prykop <jonathan@freeside.biz>
Wed, 6 Jan 2016 05:29:42 +0000 (23:29 -0600)
committerJonathan Prykop <jonathan@freeside.biz>
Wed, 6 Jan 2016 05:29:42 +0000 (23:29 -0600)
FS/FS/cust_bill.pm
FS/FS/cust_bill_pkg.pm

index 6803a21..3ee6d47 100644 (file)
@@ -229,7 +229,7 @@ sub void {
   unless (ref($reason) || !$reason) {
     $reason = FS::reason->new_or_existing(
       'class'  => 'I',
-      'type'   => 'Void invoice',
+      'type'   => 'Invoice void',
       'reason' => $reason
     );
   }
index d3290bf..e7860e0 100644 (file)
@@ -338,7 +338,7 @@ sub void {
   unless (ref($reason) || !$reason) {
     $reason = FS::reason->new_or_existing(
       'class'  => 'I',
-      'type'   => 'Void invoice',
+      'type'   => 'Invoice void',
       'reason' => $reason
     );
   }