summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorivan <ivan>2011-10-25 22:35:21 +0000
committerivan <ivan>2011-10-25 22:35:21 +0000
commite3fe71c58c8780ce3f88c417931b455236b26529 (patch)
tree89aa17bb448ded3e8f2e603e3f38e9f43527ce27 /FS/t
parentf63936fb0404dc44fc8d3aa45c4edd4fa6670821 (diff)
add legacy_cust_bill to hold legacy invoice content, RT#12981
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/legacy_cust_bill.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/legacy_cust_bill.t b/FS/t/legacy_cust_bill.t
new file mode 100644
index 000000000..2d42e5a97
--- /dev/null
+++ b/FS/t/legacy_cust_bill.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::legacy_cust_bill;
+$loaded=1;
+print "ok 1\n";