diff options
author | Mark Wells <mark@freeside.biz> | 2015-02-05 16:23:10 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-02-05 16:23:10 -0800 |
commit | c6df7ad114570d49e51ef1f806b83bb7e1a1bca8 (patch) | |
tree | 8a72480f3791cb8de5fb4848dc25b0c1d21a7d61 /FS/t | |
parent | 4792471dbc3eb9e05f03bbff17b100ea89486d07 (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"; |