From e18263db61c9695eb4c139f23c79730fd7659ad6 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 19 Mar 2015 13:43:34 -0700 Subject: correctly void invoices with fees, #32862 --- FS/t/cust_bill_pkg_fee_void.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/cust_bill_pkg_fee_void.t (limited to 'FS/t/cust_bill_pkg_fee_void.t') 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 000000000..a2a51dc2f --- /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"; -- cgit v1.2.1