summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorivan <ivan>2006-01-26 15:27:10 +0000
committerivan <ivan>2006-01-26 15:27:10 +0000
commitb782294eb91805f708a7776fe67f1c0863f4096b (patch)
tree3c6987f38b65a72118b8a369869719a12d8cf141 /FS/t
parentcbbd0225b07269209c674733bcf70f1c1308e84a (diff)
whew, FINALLY can fix monthly exemption columns to work correctly. also make them agent-specific. also fix package exemption columns, they were bunk too, sheesh. start adding package classes for package class tax reporting.
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/pkg_class.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/pkg_class.t b/FS/t/pkg_class.t
new file mode 100644
index 000000000..fb3774f8c
--- /dev/null
+++ b/FS/t/pkg_class.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::pkg_class;
+$loaded=1;
+print "ok 1\n";