[freeside-commits] freeside/FS/t cust_bill_pkg_tax_rate_location.t, NONE, 1.1 tax_rate_location.t, NONE, 1.1

Jeff Finucane,420,, jeff at wavetail.420.am
Wed May 13 15:27:44 PDT 2009


Update of /home/cvs/cvsroot/freeside/FS/t
In directory wavetail.420.am:/tmp/cvs-serv13408/FS/t

Added Files:
	cust_bill_pkg_tax_rate_location.t tax_rate_location.t 
Log Message:
improved taxproduct tax report RT#4783

--- NEW FILE: tax_rate_location.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::tax_rate_location;
$loaded=1;
print "ok 1\n";

--- NEW FILE: cust_bill_pkg_tax_rate_location.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::cust_bill_pkg_tax_rate_location;
$loaded=1;
print "ok 1\n";



More information about the freeside-commits mailing list