diff options
author | Mark Wells <mark@freeside.biz> | 2015-09-18 10:18:43 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-09-18 10:18:43 -0700 |
commit | c0c5709fb022b83a482d0b35f7094505766d5868 (patch) | |
tree | 1cc652dad8a1280f4297c0ab12e8520e610fbd14 /FS/t/report_batch.t | |
parent | 7bce756e86a4307d6cad49a690f22a321acc9981 (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"; |