diff options
-rw-r--r-- | FS/FS/cust_bill.pm | 2 | ||||
-rw-r--r-- | FS/FS/cust_bill_pkg.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 138d0fab8..6803a2140 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -228,7 +228,7 @@ sub void { unless (ref($reason) || !$reason) { $reason = FS::reason->new_or_existing( - 'class' => 'X', + 'class' => 'I', 'type' => 'Void invoice', 'reason' => $reason ); diff --git a/FS/FS/cust_bill_pkg.pm b/FS/FS/cust_bill_pkg.pm index aea776a80..d3290bfcf 100644 --- a/FS/FS/cust_bill_pkg.pm +++ b/FS/FS/cust_bill_pkg.pm @@ -337,7 +337,7 @@ sub void { unless (ref($reason) || !$reason) { $reason = FS::reason->new_or_existing( - 'class' => 'X', + 'class' => 'I', 'type' => 'Void invoice', 'reason' => $reason ); |