summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-05-17 17:38:29 -0700
committerIvan Kohler <ivan@freeside.biz>2015-05-17 17:38:29 -0700
commit95f871fc98eff48bb4af211d705f788a06d3bf4c (patch)
tree93b8b5b43b2c7f2b90306bb3c1a4f13cdb478a89 /FS
parent4d7cb175253abd39124366d8f1dbf7ca83f71637 (diff)
payment application detail report, RT#34871
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cust_bill_pay_pkg.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/FS/FS/cust_bill_pay_pkg.pm b/FS/FS/cust_bill_pay_pkg.pm
index 5d154d0b7..24ca7973a 100644
--- a/FS/FS/cust_bill_pay_pkg.pm
+++ b/FS/FS/cust_bill_pay_pkg.pm
@@ -1,14 +1,12 @@
package FS::cust_bill_pay_pkg;
+use base qw( FS::cust_main_Mixin FS::Record );
use strict;
-use vars qw( @ISA );
use FS::Conf;
use FS::Record qw( qsearch qsearchs );
use FS::cust_bill_pay;
use FS::cust_bill_pkg;
-@ISA = qw(FS::Record);
-
=head1 NAME
FS::cust_bill_pay_pkg - Object methods for cust_bill_pay_pkg records