From 386ec52836abbe32ce2fbf575e851a75f6e112f8 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 22 Dec 2005 04:01:17 +0000 Subject: tax report update, link to new line item report, per-agent tax reporting --- FS/FS/cust_bill_pkg.pm | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'FS') diff --git a/FS/FS/cust_bill_pkg.pm b/FS/FS/cust_bill_pkg.pm index 77429f287..d718b05fd 100644 --- a/FS/FS/cust_bill_pkg.pm +++ b/FS/FS/cust_bill_pkg.pm @@ -3,11 +3,12 @@ package FS::cust_bill_pkg; use strict; use vars qw( @ISA ); use FS::Record qw( qsearch qsearchs dbdef dbh ); +use FS::cust_main_Mixin; use FS::cust_pkg; use FS::cust_bill; use FS::cust_bill_pkg_detail; -@ISA = qw( FS::Record ); +@ISA = qw( FS::cust_main_Mixin FS::Record ); =head1 NAME @@ -225,6 +226,14 @@ sub desc { =back +=head1 CLASS METHODS + +=over 4 + +=item + +=back + =head1 BUGS =head1 SEE ALSO -- cgit v1.2.1