From ef8e55a50d16d2052cafbff959e0cdbf3ebd910f Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 17 May 2015 17:38:19 -0700 Subject: payment application detail report, RT#34871 --- FS/FS/cust_bill_pay_pkg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FS') diff --git a/FS/FS/cust_bill_pay_pkg.pm b/FS/FS/cust_bill_pay_pkg.pm index efd5138a1..ccfa49258 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; -- cgit v1.2.1