[freeside-commits] freeside/FS/t cust_credit_bill_pkg.t, NONE, 1.1 cust_bill_pay_pkg.t, NONE, 1.1 cust_bill_ApplicationCommon.t, NONE, 1.1

Ivan,,, ivan at wavetail.420.am
Mon Aug 21 16:01:45 PDT 2006


Update of /home/cvs/cvsroot/freeside/FS/t
In directory wavetail:/tmp/cvs-serv15920/FS/t

Added Files:
	cust_credit_bill_pkg.t cust_bill_pay_pkg.t 
	cust_bill_ApplicationCommon.t 
Log Message:
add cust_bill_pay_pkg and cust_credit_bill_pkg - applying credits and payments against specific line items

--- NEW FILE: cust_credit_bill_pkg.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::cust_credit_bill_pkg;
$loaded=1;
print "ok 1\n";

--- NEW FILE: cust_bill_ApplicationCommon.t ---
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";

--- NEW FILE: cust_bill_pay_pkg.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::cust_bill_pay_pkg;
$loaded=1;
print "ok 1\n";



More information about the freeside-commits mailing list