summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorjeff <jeff>2009-05-13 22:27:42 +0000
committerjeff <jeff>2009-05-13 22:27:42 +0000
commit794a4505360fec404e2b9d5c6daf79f750186bfe (patch)
treec5cc70b4ab4077241ef6827f92c57e31248b9aa3 /FS/t
parent1b357798e052668efe0be9000a79e921e30141d2 (diff)
improved taxproduct tax report RT#4783
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/cust_bill_pkg_tax_rate_location.t5
-rw-r--r--FS/t/tax_rate_location.t5
2 files changed, 10 insertions, 0 deletions
diff --git a/FS/t/cust_bill_pkg_tax_rate_location.t b/FS/t/cust_bill_pkg_tax_rate_location.t
new file mode 100644
index 000000000..3250db9b5
--- /dev/null
+++ b/FS/t/cust_bill_pkg_tax_rate_location.t
@@ -0,0 +1,5 @@
+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";
diff --git a/FS/t/tax_rate_location.t b/FS/t/tax_rate_location.t
new file mode 100644
index 000000000..f4ee910a0
--- /dev/null
+++ b/FS/t/tax_rate_location.t
@@ -0,0 +1,5 @@
+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";