[freeside-commits] freeside/htetc handler.pl,1.101,1.102

Jeff Finucane,420,, jeff at wavetail.420.am
Mon Mar 31 17:54:46 PDT 2008


Update of /home/cvs/cvsroot/freeside/htetc
In directory wavetail.420.am:/tmp/cvs-serv19578/htetc

Modified Files:
	handler.pl 
Log Message:
checkpoint of new tax rating system

Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- handler.pl	2 Mar 2008 02:50:04 -0000	1.101
+++ handler.pl	1 Apr 2008 00:54:44 -0000	1.102
@@ -149,9 +149,9 @@
       use FS::cust_credit_bill;
       use FS::cust_main qw(smart_search);
       use FS::cust_main_county;
-      use FS::part_pkg_taxclass;
       use FS::cust_pay;
       use FS::cust_pkg;
+      use FS::part_pkg_taxclass;
       use FS::cust_pkg_reason;
       use FS::cust_refund;
       use FS::cust_svc;
@@ -207,6 +207,12 @@
       use FS::reason_type;
       use FS::reason;
       use FS::cust_main_note;
+      use FS::tax_class;
+      use FS::cust_tax_location;
+      use FS::part_pkg_taxproduct;
+      use FS::part_pkg_taxoverride;
+      use FS::part_pkg_taxrate;
+      use FS::tax_rate;
 
       if ( %%%RT_ENABLED%%% ) {
         eval '



More information about the freeside-commits mailing list