summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-08-01 13:16:42 -0700
committerIvan Kohler <ivan@freeside.biz>2012-08-01 13:16:42 -0700
commit55675d6cdd93f00b7c0ac93403e8c4d66567a729 (patch)
tree8cdcfe054c725489d25a4fce515234364e7c1a1d /FS/t
parent338eca0837fdaddbda2a34ddf8af3f815de13d26 (diff)
invoice voiding, RT#18677
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/cust_bill_pkg_discount_void.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/cust_bill_pkg_discount_void.t b/FS/t/cust_bill_pkg_discount_void.t
new file mode 100644
index 000000000..e591eb03d
--- /dev/null
+++ b/FS/t/cust_bill_pkg_discount_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_discount_void;
+$loaded=1;
+print "ok 1\n";