summaryrefslogtreecommitdiff
path: root/FS/t/cust_bill_pkg_detail_void.t
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-07-31 23:05:22 -0700
committerIvan Kohler <ivan@freeside.biz>2012-07-31 23:05:22 -0700
commit338eca0837fdaddbda2a34ddf8af3f815de13d26 (patch)
tree4bf7e34a3298cf806418d8a37aa89bf20408832f /FS/t/cust_bill_pkg_detail_void.t
parent5c48396fab6b19e33dbeac6f807860441465fa3b (diff)
invoice voiding, RT#18677
Diffstat (limited to 'FS/t/cust_bill_pkg_detail_void.t')
-rw-r--r--FS/t/cust_bill_pkg_detail_void.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/cust_bill_pkg_detail_void.t b/FS/t/cust_bill_pkg_detail_void.t
new file mode 100644
index 0000000..bd58c4e
--- /dev/null
+++ b/FS/t/cust_bill_pkg_detail_void.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::cust_bill_pkg_detail_void;
+$loaded=1;
+print "ok 1\n";