[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
- Previous message: [freeside-commits] freeside/FS/FS/part_pkg sesmon_hour.pm, 1.5,
1.6 sesmon_minute.pm, 1.6, 1.7 sql_external.pm, 1.5,
1.6 sql_generic.pm, 1.5, 1.6 voip_sqlradacct.pm, 1.16, 1.17
- Next message: [freeside-commits] freeside/httemplate/search report_tax.cgi, 1.22,
1.23 cust_bill_pkg.cgi, NONE, 1.1 report_tax.html, 1.6,
1.7 report_cust_pay.html, 1.9, 1.10 report_cust_credit.html,
1.5, 1.6 report_cust_bill.html, 1.1, 1.2 cust_pkg_report.cgi,
1.2, 1.3 cust_bill_event.html, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [freeside-commits] freeside/FS/FS/part_pkg sesmon_hour.pm, 1.5,
1.6 sesmon_minute.pm, 1.6, 1.7 sql_external.pm, 1.5,
1.6 sql_generic.pm, 1.5, 1.6 voip_sqlradacct.pm, 1.16, 1.17
- Next message: [freeside-commits] freeside/httemplate/search report_tax.cgi, 1.22,
1.23 cust_bill_pkg.cgi, NONE, 1.1 report_tax.html, 1.6,
1.7 report_cust_pay.html, 1.9, 1.10 report_cust_credit.html,
1.5, 1.6 report_cust_bill.html, 1.1, 1.2 cust_pkg_report.cgi,
1.2, 1.3 cust_bill_event.html, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list