diff options
author | Mark Wells <mark@freeside.biz> | 2015-03-17 16:09:20 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-03-17 16:09:20 -0700 |
commit | ac659c649a8a59398e4dc76c0e25a71a055dc29c (patch) | |
tree | 69e44e37bc4033789290a52aa98a74733ab0984a /FS/t | |
parent | 1afc4addeb73d8b87d6d840a450a396551cf614b (diff) |
correctly void invoices with fees, #32862
Diffstat (limited to 'FS/t')
-rw-r--r-- | FS/t/cust_bill_pkg_fee_void.t | 5 |
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 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"; |