summaryrefslogtreecommitdiff
path: root/FS/FS
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
parente32f1ceeb6f267ab6d3279bf350d192d4bf1a72e (diff)
RT#38671: Do not include charges and credits from failed signup processing [v4 only, modern reason handling]
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/cust_bill.pm2
-rw-r--r--FS/FS/cust_bill_pkg.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index ccf141b..14b9f79 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 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
);