summaryrefslogtreecommitdiff
path: root/FS/FS/cust_pkg_reason_fee.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-03-31 13:38:15 -0700
committerMark Wells <mark@freeside.biz>2015-03-31 13:38:26 -0700
commit8c720e8a4aae1937cf837009c864aebc64faa5b4 (patch)
tree2d7496be0432569edb331fe9dd744bd4b5671a01 /FS/FS/cust_pkg_reason_fee.pm
parentb7ef80d945a1d5919e6f25437cf765e6355e5cb5 (diff)
remove unnecessary methods in 4.x, #26828
Diffstat (limited to 'FS/FS/cust_pkg_reason_fee.pm')
-rw-r--r--FS/FS/cust_pkg_reason_fee.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/FS/FS/cust_pkg_reason_fee.pm b/FS/FS/cust_pkg_reason_fee.pm
index e5cc829..1155c15 100644
--- a/FS/FS/cust_pkg_reason_fee.pm
+++ b/FS/FS/cust_pkg_reason_fee.pm
@@ -142,12 +142,6 @@ sub cust_pkg {
$self->cust_pkg_reason->cust_pkg;
}
-#stub - remove in 4.x
-sub cust_pkg_reason {
- my $self = shift;
- FS::cust_pkg_reason->by_key($self->pkgreasonnum);
-}
-
=head1 SEE ALSO
L<FS::FeeOrigin_Mixin>, L<FS::cust_pkg_reason>, L<part_fee>