From 92eb0dcaf696fa84c2fe7d2141dafe6661b8cfdd Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 8 Sep 2008 02:47:20 +0000 Subject: add package invoice details & comments, RT#3810 --- FS/t/cust_pkg_detail.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/cust_pkg_detail.t (limited to 'FS/t') diff --git a/FS/t/cust_pkg_detail.t b/FS/t/cust_pkg_detail.t new file mode 100644 index 000000000..15dec0014 --- /dev/null +++ b/FS/t/cust_pkg_detail.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cust_pkg_detail; +$loaded=1; +print "ok 1\n"; -- cgit v1.2.1