summaryrefslogtreecommitdiff
path: root/FS/FS/cust_credit.pm
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-10-27 19:09:07 -0500
committerJonathan Prykop <jonathan@freeside.biz>2015-10-29 22:20:24 -0500
commitfb33c62b24ea064bb292a68f2469819ddd54951e (patch)
treeed047261d38be57d73e007321d4dfc20fb784587 /FS/FS/cust_credit.pm
parentfb8327377628ba8c043a992c0453687a7aa30f58 (diff)
RT#38671: Do not include charges and credits from failed signup processing [deprecated signup_credit_type]
Diffstat (limited to 'FS/FS/cust_credit.pm')
-rw-r--r--FS/FS/cust_credit.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/FS/FS/cust_credit.pm b/FS/FS/cust_credit.pm
index 544a0e8..e442bdd 100644
--- a/FS/FS/cust_credit.pm
+++ b/FS/FS/cust_credit.pm
@@ -41,7 +41,6 @@ $FS::UID::callback{'FS::cust_credit'} = sub {
our %reasontype_map = ( 'referral_credit_type' => 'Referral Credit',
'cancel_credit_type' => 'Cancellation Credit',
- 'signup_credit_type' => 'Self-Service Credit',
);
=head1 NAME