From 8c720e8a4aae1937cf837009c864aebc64faa5b4 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 31 Mar 2015 13:38:15 -0700 Subject: remove unnecessary methods in 4.x, #26828 --- FS/FS/cust_pkg_reason_fee.pm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'FS/FS/cust_pkg_reason_fee.pm') 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, L, L -- cgit v1.1