diff options
author | jeff <jeff> | 2009-05-13 22:27:42 +0000 |
---|---|---|
committer | jeff <jeff> | 2009-05-13 22:27:42 +0000 |
commit | 794a4505360fec404e2b9d5c6daf79f750186bfe (patch) | |
tree | c5cc70b4ab4077241ef6827f92c57e31248b9aa3 /FS/t | |
parent | 1b357798e052668efe0be9000a79e921e30141d2 (diff) |
improved taxproduct tax report RT#4783
Diffstat (limited to 'FS/t')
-rw-r--r-- | FS/t/cust_bill_pkg_tax_rate_location.t | 5 | ||||
-rw-r--r-- | FS/t/tax_rate_location.t | 5 |
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"; |