X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2Ft%2Fcust_credit_bill.t;fp=FS%2Ft%2Fcust_credit_bill.t;h=0ef54c3f1f48465e8dc4f70b9c65bf435867e480;hb=f1ee95396defc991301ac758b71bdda9df82984e;hp=0000000000000000000000000000000000000000;hpb=29b94aeb1c3003f7a9bbfbe1a91a86f8b9edfbbc;p=freeside.git diff --git a/FS/t/cust_credit_bill.t b/FS/t/cust_credit_bill.t new file mode 100644 index 000000000..0ef54c3f1 --- /dev/null +++ b/FS/t/cust_credit_bill.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cust_credit_bill; +$loaded=1; +print "ok 1\n";