From c5e31619e5a3071506cff19578e9e377753a96f4 Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 7 Dec 2011 05:50:50 +0000 Subject: minor refactor and better safeguards on term discounts, #15068 --- FS/t/discount_plan.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/discount_plan.t (limited to 'FS/t') diff --git a/FS/t/discount_plan.t b/FS/t/discount_plan.t new file mode 100644 index 000000000..899071bd3 --- /dev/null +++ b/FS/t/discount_plan.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::discount_plan; +$loaded=1; +print "ok 1\n"; -- cgit v1.2.1