summaryrefslogtreecommitdiff
path: root/FS/t/cust_pay_refund.t
blob: 85d6c2316233a5305ecfdef55c10e0e2f2eec3ac (plain)
1
2
3
4
5
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::cust_pay_refund;
$loaded=1;
print "ok 1\n";