summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorivan <ivan>2003-05-19 12:00:45 +0000
committerivan <ivan>2003-05-19 12:00:45 +0000
commitfd9138f66cf7f3ab9557e0beebb4e2657a59e34c (patch)
tree255dab5a84bec7285dbde2205df559d9bf97431f /FS/t
parentf0afbc011e7b909a2e6ac54039c975710e76f341 (diff)
maintenance:
- add FS::Misc with send_email subroutine, remove all duplicate code from various modules - move the realtime_bop from cust_bill to cust_main & change usage slightly. invnum is no longer required. FS::cust_bill::realtime_bop remains as a wrapper. self-service: - fix some syntax errors, make payment UI (step one) really should be working now
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/Misc.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/Misc.t b/FS/t/Misc.t
new file mode 100644
index 0000000..cc7751a
--- /dev/null
+++ b/FS/t/Misc.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::Misc;
+$loaded=1;
+print "ok 1\n";