summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Goodman <jgoodman1990@gmail.com>2014-03-06 22:48:43 +0000
committerJoshua Goodman <jgoodman1990@gmail.com>2014-03-06 22:48:43 +0000
commit77b23be67a840dae149a9e82613248b5f048cedd (patch)
tree4eb24dafc0d03504633081e2a3c0504921eb8041
parent0d991a8c986099180aaf2843a928e9396ff232db (diff)
removed activate, renewal, term change
-rw-r--r--FS/FS/reason_type.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/FS/FS/reason_type.pm b/FS/FS/reason_type.pm
index d66f7b5..00ac9a8 100644
--- a/FS/FS/reason_type.pm
+++ b/FS/FS/reason_type.pm
@@ -10,9 +10,6 @@ our %class_name = (
'C' => 'cancel',
'R' => 'credit',
'S' => 'suspend',
- 'U' => 'activate', #uncancel/unsuspend
- 'W' => 'renewal',
- 'T' => 'term change',
'F' => 'refund',
);
@@ -20,9 +17,6 @@ our %class_purpose = (
'C' => 'explain why a customer package was cancelled',
'R' => 'explain why a customer was credited',
'S' => 'explain why a customer package was suspended',
- 'U' => 'explain why a customer package was unsuspended/uncanceled/activated',
- 'W' => 'explain why a customer package was renewed',
- 'T' => 'explain why a customer package term was changed',
'F' => 'explain why a customer was refunded',
);