[freeside-commits] freeside/FS/FS cust_bill_pkg.pm,1.9,1.10

Ivan,,, ivan at wavetail.420.am
Wed Dec 21 20:01:19 PST 2005


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv21339/FS/FS

Modified Files:
	cust_bill_pkg.pm 
Log Message:
tax report update, link to new line item report, per-agent tax reporting

Index: cust_bill_pkg.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill_pkg.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- cust_bill_pkg.pm	9 Jul 2005 10:36:42 -0000	1.9
+++ cust_bill_pkg.pm	22 Dec 2005 04:01:17 -0000	1.10
@@ -3,11 +3,12 @@
 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;
 
- at ISA = qw( FS::Record );
+ at ISA = qw( FS::cust_main_Mixin FS::Record );
 
 =head1 NAME
 
@@ -225,6 +226,14 @@
 
 =back
 
+=head1 CLASS METHODS
+
+=over 4
+
+=item  
+
+=back
+
 =head1 BUGS
 
 =head1 SEE ALSO



More information about the freeside-commits mailing list