X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Ft%2Fcust_tax_location.t;fp=FS%2Ft%2Fcust_tax_location.t;h=83a1362c78c3c2973529842b47b9405cbb28e0b3;hb=4104f4e3d1b387296b16b4a035b4b7f42e0c5977;hp=0000000000000000000000000000000000000000;hpb=12eb930abf31078c68dbf7eb94865faa1c59fc9e;p=freeside.git diff --git a/FS/t/cust_tax_location.t b/FS/t/cust_tax_location.t new file mode 100644 index 000000000..83a1362c7 --- /dev/null +++ b/FS/t/cust_tax_location.t @@ -0,0 +1,5 @@ +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";