summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-11-16 21:13:53 -0600
committerJonathan Prykop <jonathan@freeside.biz>2015-11-16 21:13:53 -0600
commit43e9232c02591fceea1445e59584ab584ce7b433 (patch)
treef447aeef5f9dfd6f16503027352975e2277ce059 /FS
parent73ad9e9c38a2b441444dfe77458f515de5b58ac3 (diff)
RT#17480: Freeside Cancel Reason [v3 only, removed v4 tables from merge]
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/reason.pm8
1 files changed, 0 insertions, 8 deletions
diff --git a/FS/FS/reason.pm b/FS/FS/reason.pm
index 4c2587f08..1739f9609 100644
--- a/FS/FS/reason.pm
+++ b/FS/FS/reason.pm
@@ -161,13 +161,9 @@ Accepts an arrayref of reason objects, to be merged into this reason.
Reasons must all have the same reason_type class as this one.
Matching reasonnums will be replaced in the following tables:
- cust_bill_void
- cust_bill_pkg_void
cust_credit
cust_credit_void
- cust_pay_void
cust_pkg_reason
- cust_refund
=cut
@@ -195,13 +191,9 @@ sub merge {
$error = "Mismatched reason type class"
unless $reason->reasontype->class eq $class;
foreach my $table ( qw(
- cust_bill_void
- cust_bill_pkg_void
cust_credit
cust_credit_void
- cust_pay_void
cust_pkg_reason
- cust_refund
)) {
last if $error;
my @fields = ('reasonnum');