diff options
author | Mark Wells <mark@freeside.biz> | 2013-10-12 18:44:52 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-10-12 18:44:52 -0700 |
commit | 6422e165313ee8d67790007581821217240734fb (patch) | |
tree | d2892b8c1aa62f50ee21f1ef1169bc842872cf52 /FS/t/cust_credit_void.t | |
parent | cd365522ec4e9f1b553bb1b5096c756c1fdb1d01 (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.t | 5 |
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"; |