diff options
author | Mark Wells <mark@freeside.biz> | 2015-02-05 16:17:55 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-02-05 16:18:03 -0800 |
commit | 7bc49d6e6a03b181ca2392d69e5f717e54d2f907 (patch) | |
tree | 19982fce80130d44aad8d17f99e94b4922093836 /FS/t | |
parent | 795a733714d398d4a3d427de1448b7daaf92399d (diff) |
fix creation of custom discounts on quotations, and ordering of discounted quoted packages, #33099
Diffstat (limited to 'FS/t')
-rw-r--r-- | FS/t/pkg_discount_Mixin.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/pkg_discount_Mixin.t b/FS/t/pkg_discount_Mixin.t new file mode 100644 index 000000000..d811a9253 --- /dev/null +++ b/FS/t/pkg_discount_Mixin.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::pkg_discount_Mixin; +$loaded=1; +print "ok 1\n"; |