tax report update, link to new line item report, per-agent tax reporting
[freeside.git] / FS / FS / cust_bill_pkg.pm
index 77429f2..d718b05 100644 (file)
@@ -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