summaryrefslogtreecommitdiff
path: root/FS/t/cust_credit_void.t
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-10-12 18:50:20 -0700
committerMark Wells <mark@freeside.biz>2013-10-12 18:50:20 -0700
commitddb0ff57880eeb2183b227592545f2619079d221 (patch)
tree63bf92c229dab41e91c690d079dbeffcaa4e17ee /FS/t/cust_credit_void.t
parentf9c93506a5f42b4c6dd33e402b9248c66af5b60a (diff)
allow changing package class of one-time charges post-billing, #25342
Diffstat (limited to 'FS/t/cust_credit_void.t')
-rw-r--r--FS/t/cust_credit_void.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/cust_credit_void.t b/FS/t/cust_credit_void.t
new file mode 100644
index 000000000..6113ef5b8
--- /dev/null
+++ b/FS/t/cust_credit_void.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::cust_credit_void;
+$loaded=1;
+print "ok 1\n";