From 942c8b05b17b119a3dad84d7035c76b481dc5b99 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 6 Feb 2010 02:57:12 +0000 Subject: discount reporting, RT#6679 --- FS/t/cust_bill_pkg_discount.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/cust_bill_pkg_discount.t (limited to 'FS/t') diff --git a/FS/t/cust_bill_pkg_discount.t b/FS/t/cust_bill_pkg_discount.t new file mode 100644 index 000000000..74923e1b0 --- /dev/null +++ b/FS/t/cust_bill_pkg_discount.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cust_bill_pkg_discount; +$loaded=1; +print "ok 1\n"; -- cgit v1.2.1