diff options
author | jeff <jeff> | 2010-09-22 19:16:20 +0000 |
---|---|---|
committer | jeff <jeff> | 2010-09-22 19:16:20 +0000 |
commit | 5250c44bd7f282c7d782bf0e8349af12376929df (patch) | |
tree | b2afcd8e47270c6f5b78cff378849168d17ed765 /FS/t | |
parent | 60ee9af0e885def0dd61f4a5506ac0e55d779e89 (diff) |
prepayment discounts rt#5318
Diffstat (limited to 'FS/t')
-rw-r--r-- | FS/t/part_pkg_discount.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/part_pkg_discount.t b/FS/t/part_pkg_discount.t new file mode 100644 index 000000000..0e408d0fd --- /dev/null +++ b/FS/t/part_pkg_discount.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::part_pkg_discount; +$loaded=1; +print "ok 1\n"; |