summaryrefslogtreecommitdiff
path: root/FS/FS/cust_bill_pkg.pm
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-01-05 23:08:57 -0600
committerJonathan Prykop <jonathan@freeside.biz>2016-01-05 23:11:00 -0600
commit74774909afba9aca91bb074d1fbf687d9bed1688 (patch)
treef2011350f8b0805fea5a20bf1dd048b84b07688e /FS/FS/cust_bill_pkg.pm
parente32f1ceeb6f267ab6d3279bf350d192d4bf1a72e (diff)
RT#38671: Do not include charges and credits from failed signup processing [v4 only, modern reason handling]
Diffstat (limited to 'FS/FS/cust_bill_pkg.pm')
-rw-r--r--FS/FS/cust_bill_pkg.pm2
1 files changed, 1 insertions, 1 deletions
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
);