summaryrefslogtreecommitdiff
path: root/FS/FS/cust_bill_pkg.pm
diff options
context:
space:
mode:
authorivan <ivan>2005-12-22 04:01:17 +0000
committerivan <ivan>2005-12-22 04:01:17 +0000
commit386ec52836abbe32ce2fbf575e851a75f6e112f8 (patch)
tree81478db40760f99502fed619009f9c6870bd56ca /FS/FS/cust_bill_pkg.pm
parent96946b956b5f89693f94e2aab930510a036b8192 (diff)
tax report update, link to new line item report, per-agent tax reporting
Diffstat (limited to 'FS/FS/cust_bill_pkg.pm')
-rw-r--r--FS/FS/cust_bill_pkg.pm11
1 files changed, 10 insertions, 1 deletions
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