[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
- Previous message: [freeside-commits] freeside/FS/FS cust_main.pm,1.241,1.242
- Next message: [freeside-commits] freeside/FS/FS Schema.pm, 1.23,
1.24 cust_bill_pay_pkg.pm, NONE, 1.1 cust_credit_bill_pkg.pm,
NONE, 1.1 cust_bill_ApplicationCommon.pm, NONE,
1.1 cust_bill_pkg.pm, 1.10, 1.11 cust_bill.pm, 1.150,
1.151 cust_bill_pay.pm, 1.16, 1.17 cust_credit_bill.pm, 1.13, 1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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";
- Previous message: [freeside-commits] freeside/FS/FS cust_main.pm,1.241,1.242
- Next message: [freeside-commits] freeside/FS/FS Schema.pm, 1.23,
1.24 cust_bill_pay_pkg.pm, NONE, 1.1 cust_credit_bill_pkg.pm,
NONE, 1.1 cust_bill_ApplicationCommon.pm, NONE,
1.1 cust_bill_pkg.pm, 1.10, 1.11 cust_bill.pm, 1.150,
1.151 cust_bill_pay.pm, 1.16, 1.17 cust_credit_bill.pm, 1.13, 1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list