summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-03-06 12:07:41 -0800
committerMark Wells <mark@freeside.biz>2015-03-06 12:08:40 -0800
commite19085190e34fce90b15bd9ec0c8d98b4fc8cd9a (patch)
treeb13614e9a15743d103eb8b422d8bb3aa47f6e08b /FS/t
parent3d104934825b8330437006b7a745c22b563d215a (diff)
estimate tax on quotations, #32489
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/quotation_pkg_tax.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/quotation_pkg_tax.t b/FS/t/quotation_pkg_tax.t
new file mode 100644
index 000000000..448884bb9
--- /dev/null
+++ b/FS/t/quotation_pkg_tax.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::quotation_pkg_tax;
+$loaded=1;
+print "ok 1\n";