From 1293d137b061f097190eda53e4e78214e18832e6 Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 16 Aug 2007 13:40:46 +0000 Subject: support hours 'usage' tracking for our own internal use (#1733) --- FS/t/svc_acct_rt_transaction.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/svc_acct_rt_transaction.t (limited to 'FS/t') diff --git a/FS/t/svc_acct_rt_transaction.t b/FS/t/svc_acct_rt_transaction.t new file mode 100644 index 000000000..d9958317e --- /dev/null +++ b/FS/t/svc_acct_rt_transaction.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::svc_acct_rt_transaction; +$loaded=1; +print "ok 1\n"; -- cgit v1.2.1