summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-03-19 13:43:34 -0700
committerMark Wells <mark@freeside.biz>2015-03-19 13:43:34 -0700
commite18263db61c9695eb4c139f23c79730fd7659ad6 (patch)
tree04947f96c8709dbce3e136622c6c36223f3bd194 /FS/t
parent5886bd773a3c1fe43abcde0beafb7fb5e1991388 (diff)
correctly void invoices with fees, #32862
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/cust_bill_pkg_fee_void.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/cust_bill_pkg_fee_void.t b/FS/t/cust_bill_pkg_fee_void.t
new file mode 100644
index 0000000..a2a51dc
--- /dev/null
+++ b/FS/t/cust_bill_pkg_fee_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_fee_void;
+$loaded=1;
+print "ok 1\n";