diff options
author | ivan <ivan> | 2006-08-21 23:01:43 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-08-21 23:01:43 +0000 |
commit | 4845aaefedfcbaa25716694b6d80f3dd6d56530a (patch) | |
tree | 2f4f07b0f10f49f1f1e36d3612c273ce5cbd613e /FS/t/cust_bill_ApplicationCommon.t | |
parent | f26658d1aa536ba0c5a60e8a8d22781ba2be682a (diff) |
add cust_bill_pay_pkg and cust_credit_bill_pkg - applying credits and payments against specific line items
Diffstat (limited to 'FS/t/cust_bill_ApplicationCommon.t')
-rw-r--r-- | FS/t/cust_bill_ApplicationCommon.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/cust_bill_ApplicationCommon.t b/FS/t/cust_bill_ApplicationCommon.t new file mode 100644 index 000000000..fa03d3420 --- /dev/null +++ b/FS/t/cust_bill_ApplicationCommon.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cust_bill_ApplicationCommon; +$loaded=1; +print "ok 1\n"; |