summaryrefslogtreecommitdiff
path: root/FS/FS/cust_bill_pay_pkg.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-05-17 17:38:19 -0700
committerIvan Kohler <ivan@freeside.biz>2015-05-17 17:38:19 -0700
commitef8e55a50d16d2052cafbff959e0cdbf3ebd910f (patch)
treeebdc9946dd9fc2ce2f4e679296d5dc565613633e /FS/FS/cust_bill_pay_pkg.pm
parent996e6fe26c82d9ff72602b8fac9bb0abb112d05c (diff)
payment application detail report, RT#34871
Diffstat (limited to 'FS/FS/cust_bill_pay_pkg.pm')
-rw-r--r--FS/FS/cust_bill_pay_pkg.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_bill_pay_pkg.pm b/FS/FS/cust_bill_pay_pkg.pm
index efd5138..ccfa492 100644
--- a/FS/FS/cust_bill_pay_pkg.pm
+++ b/FS/FS/cust_bill_pay_pkg.pm
@@ -1,5 +1,5 @@
package FS::cust_bill_pay_pkg;
-use base qw( FS::Record );
+use base qw( FS::cust_main_Mixin FS::Record );
use strict;
use FS::Conf;