From 808b89d9c1f34c9c66064da212ab7036b85973a1 Mon Sep 17 00:00:00 2001 From: jeff Date: Fri, 12 Sep 2008 02:28:46 +0000 Subject: re-repurpose cust_bill_pkg --- FS/t/cust_bill_pkg_display.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/cust_bill_pkg_display.t (limited to 'FS/t') diff --git a/FS/t/cust_bill_pkg_display.t b/FS/t/cust_bill_pkg_display.t new file mode 100644 index 000000000..d84dbdf05 --- /dev/null +++ b/FS/t/cust_bill_pkg_display.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cust_bill_pkg_display; +$loaded=1; +print "ok 1\n"; -- cgit v1.2.1