Update of /home/cvs/cvsroot/freeside/FS/t In directory pouncequick:/tmp/cvs-serv2036/FS/t Added Files: cust_pay_refund.t Log Message: add cust_pay_refund table to refund payments --- NEW FILE: cust_pay_refund.t --- 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";