diff options
author | ivan <ivan> | 2003-02-06 05:26:50 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-02-06 05:26:50 +0000 |
commit | c232fac0743999105f6948b9fa352fe2293b09f8 (patch) | |
tree | cfeb31670fdedeeefd286d58fa6bef2e0d9e1095 /FS/t | |
parent | 6e2dcb26245ef419438f60e99c91873a8d762625 (diff) |
time/data detail on invoices
Diffstat (limited to 'FS/t')
-rw-r--r-- | FS/t/cust_bill_pkg_detail.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/cust_bill_pkg_detail.t b/FS/t/cust_bill_pkg_detail.t new file mode 100644 index 000000000..ea6e3d125 --- /dev/null +++ b/FS/t/cust_bill_pkg_detail.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cust_bill_pkg_detail; +$loaded=1; +print "ok 1\n"; |