diff options
author | ivan <ivan> | 2004-06-29 04:02:45 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-06-29 04:02:45 +0000 |
commit | 157e8bdba110b7aac022bd2c2f7b377d3c5b2f85 (patch) | |
tree | 9dc49439d40ebbbeeea1db3f48fdd6ee7602cb34 /FS/t | |
parent | f1e474e3ea4c658b9a1f84af108f09a65886055c (diff) |
add cust_pay_refund table to refund payments
Diffstat (limited to 'FS/t')
-rw-r--r-- | FS/t/cust_pay_refund.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/cust_pay_refund.t b/FS/t/cust_pay_refund.t new file mode 100644 index 000000000..85d6c2316 --- /dev/null +++ b/FS/t/cust_pay_refund.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cust_pay_refund; +$loaded=1; +print "ok 1\n"; |