diff options
author | Mark Wells <mark@freeside.biz> | 2014-10-31 15:45:50 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-10-31 15:45:50 -0700 |
commit | 7516e3da0f17eeecba27219ef96a8b5f46af2083 (patch) | |
tree | 772fe13627910a7d0774871633697f2a4d1c6faf /FS/t | |
parent | f31a9212ab3835b815aa87a86cca3b19babcaaff (diff) |
tax engine refactoring for Avalara and Billsoft tax vendors, #25718
Diffstat (limited to 'FS/t')
-rw-r--r-- | FS/t/tax_status.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/tax_status.t b/FS/t/tax_status.t new file mode 100644 index 000000000..9c994926e --- /dev/null +++ b/FS/t/tax_status.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::tax_status; +$loaded=1; +print "ok 1\n"; |