summaryrefslogtreecommitdiff
path: root/FS/FS/cust_bill_pay_pkg.pm
diff options
context:
space:
mode:
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;