[freeside-commits] freeside/FS/t cust_tax_location.t, NONE, 1.1 part_pkg_taxoverride.t, NONE, 1.1 part_pkg_taxproduct.t, NONE, 1.1 part_pkg_taxrate.t, NONE, 1.1 tax_class.t, NONE, 1.1 tax_rate.t, NONE, 1.1
Jeff Finucane,420,,
jeff at wavetail.420.am
Mon Mar 31 17:54:44 PDT 2008
- Previous message: [freeside-commits] freeside/httemplate/elements progress-init.html, 1.12, 1.12.2.1
- Next message: [freeside-commits] freeside/FS/FS cust_tax_location.pm, NONE, 1.1 part_pkg_taxoverride.pm, NONE, 1.1 part_pkg_taxproduct.pm, NONE, 1.1 part_pkg_taxrate.pm, NONE, 1.1 tax_class.pm, NONE, 1.1 tax_rate.pm, NONE, 1.1 Conf.pm, 1.223, 1.224 Schema.pm, 1.80, 1.81 part_pkg.pm, 1.61, 1.62
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/FS/t
In directory wavetail.420.am:/tmp/cvs-serv19578/FS/t
Added Files:
cust_tax_location.t part_pkg_taxoverride.t
part_pkg_taxproduct.t part_pkg_taxrate.t tax_class.t
tax_rate.t
Log Message:
checkpoint of new tax rating system
--- NEW FILE: part_pkg_taxrate.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::part_pkg_taxrate;
$loaded=1;
print "ok 1\n";
--- NEW FILE: part_pkg_taxproduct.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::part_pkg_taxproduct;
$loaded=1;
print "ok 1\n";
--- NEW FILE: part_pkg_taxoverride.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::part_pkg_taxoverride;
$loaded=1;
print "ok 1\n";
--- NEW FILE: tax_class.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::tax_class;
$loaded=1;
print "ok 1\n";
--- NEW FILE: tax_rate.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::tax_rate;
$loaded=1;
print "ok 1\n";
--- NEW FILE: cust_tax_location.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::cust_tax_location;
$loaded=1;
print "ok 1\n";
- Previous message: [freeside-commits] freeside/httemplate/elements progress-init.html, 1.12, 1.12.2.1
- Next message: [freeside-commits] freeside/FS/FS cust_tax_location.pm, NONE, 1.1 part_pkg_taxoverride.pm, NONE, 1.1 part_pkg_taxproduct.pm, NONE, 1.1 part_pkg_taxrate.pm, NONE, 1.1 tax_class.pm, NONE, 1.1 tax_rate.pm, NONE, 1.1 Conf.pm, 1.223, 1.224 Schema.pm, 1.80, 1.81 part_pkg.pm, 1.61, 1.62
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list