From 75944a8bdfc02166b16f2f6c03adcff75bf6cc3b Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Tue, 5 Jan 2016 23:29:42 -0600 Subject: RT#38671: Do not include charges and credits from failed signup processing [v4 only, default reason type] --- FS/FS/cust_bill.pm | 2 +- 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 14b9f79b8..8c1f75c27 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -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 ); } diff --git a/FS/FS/cust_bill_pkg.pm b/FS/FS/cust_bill_pkg.pm index d3290bfcf..e7860e071 100644 --- a/FS/FS/cust_bill_pkg.pm +++ b/FS/FS/cust_bill_pkg.pm @@ -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 ); } -- cgit v1.2.1