diff options
author | ivan <ivan> | 2010-02-06 02:57:12 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-02-06 02:57:12 +0000 |
commit | 942c8b05b17b119a3dad84d7035c76b481dc5b99 (patch) | |
tree | afa91e2825c0c289bfab329a36c274b393c91248 /FS/t | |
parent | 50aae8bb98effd9b9cc4736aa6d3333245d349d8 (diff) |
discount reporting, RT#6679
Diffstat (limited to 'FS/t')
-rw-r--r-- | FS/t/cust_bill_pkg_discount.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/cust_bill_pkg_discount.t b/FS/t/cust_bill_pkg_discount.t new file mode 100644 index 000000000..74923e1b0 --- /dev/null +++ b/FS/t/cust_bill_pkg_discount.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cust_bill_pkg_discount; +$loaded=1; +print "ok 1\n"; |