diff options
author | Mark Wells <mark@freeside.biz> | 2015-09-18 10:57:21 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-09-18 12:01:18 -0700 |
commit | 2581d8f2341ac8def1a712cfe70543ec5f7b0959 (patch) | |
tree | 17716d31792cedb907b40caefe07ba351970b53a /FS/t/report_batch.t | |
parent | 8cb529e14f605eeb4bf9bf0faa3534e864d55746 (diff) |
send commission reports by email, #33101
Diffstat (limited to 'FS/t/report_batch.t')
-rw-r--r-- | FS/t/report_batch.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/report_batch.t b/FS/t/report_batch.t new file mode 100644 index 000000000..42fc8936a --- /dev/null +++ b/FS/t/report_batch.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::report_batch; +$loaded=1; +print "ok 1\n"; |