diff options
author | mark <mark> | 2011-12-07 05:50:50 +0000 |
---|---|---|
committer | mark <mark> | 2011-12-07 05:50:50 +0000 |
commit | c5e31619e5a3071506cff19578e9e377753a96f4 (patch) | |
tree | 1af9fe2e242a3db31256373d397a1ee0ca988ee3 /FS/t | |
parent | 9dafe1bcc38121281d62ffe2d48eba6b8fd748e7 (diff) |
minor refactor and better safeguards on term discounts, #15068
Diffstat (limited to 'FS/t')
-rw-r--r-- | FS/t/discount_plan.t | 5 |
1 files changed, 5 insertions, 0 deletions
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"; |