From 74774909afba9aca91bb074d1fbf687d9bed1688 Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Tue, 5 Jan 2016 23:08:57 -0600 Subject: RT#38671: Do not include charges and credits from failed signup processing [v4 only, modern reason handling] --- FS/FS/cust_bill_pkg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FS/FS/cust_bill_pkg.pm') diff --git a/FS/FS/cust_bill_pkg.pm b/FS/FS/cust_bill_pkg.pm index aea776a..d3290bf 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 ); -- cgit v1.1