freeside/FS/t h_cust_svc.t,NONE,1.1 h_Common.t,NONE,1.1 h_svc_acct.t,NONE,1.1 h_svc_broadband.t,NONE,1.1 h_svc_domain.t,NONE,1.1 h_svc_external.t,NONE,1.1 h_svc_forward.t,NONE,1.1 h_svc_www.t,NONE,1.1
ivan
ivan at pouncequick.420.am
Wed Dec 29 04:00:12 PST 2004
- Previous message: freeside/FS/FS h_cust_svc.pm,NONE,1.1 h_Common.pm,NONE,1.1 h_svc_acct.pm,NONE,1.1 h_svc_broadband.pm,NONE,1.1 h_svc_domain.pm,NONE,1.1 h_svc_external.pm,NONE,1.1 h_svc_forward.pm,NONE,1.1 h_svc_www.pm,NONE,1.1 cust_bill.pm,1.101,1.102 cust_pkg.pm,1.50,1.51 cust_svc.pm,1.46,1.47 cust_main.pm,1.167,1.168 Record.pm,1.91,1.92 svc_acct.pm,1.166,1.167
- Next message: freeside/httemplate/view cust_main.cgi,1.92,1.93
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/FS/t
In directory pouncequick:/tmp/cvs-serv14192/FS/t
Added Files:
h_cust_svc.t h_Common.t h_svc_acct.t h_svc_broadband.t
h_svc_domain.t h_svc_external.t h_svc_forward.t h_svc_www.t
Log Message:
historical (immutable) invoice details about services and other history infrastructure
--- NEW FILE: h_svc_acct.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::h_svc_acct;
$loaded=1;
print "ok 1\n";
--- NEW FILE: h_svc_broadband.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::h_svc_broadband;
$loaded=1;
print "ok 1\n";
--- NEW FILE: h_svc_domain.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::h_svc_domain;
$loaded=1;
print "ok 1\n";
--- NEW FILE: h_svc_external.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::h_svc_external;
$loaded=1;
print "ok 1\n";
--- NEW FILE: h_svc_forward.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::h_svc_forward;
$loaded=1;
print "ok 1\n";
--- NEW FILE: h_cust_svc.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::h_cust_svc;
$loaded=1;
print "ok 1\n";
--- NEW FILE: h_svc_www.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::h_svc_www;
$loaded=1;
print "ok 1\n";
--- NEW FILE: h_Common.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::h_Common;
$loaded=1;
print "ok 1\n";
- Previous message: freeside/FS/FS h_cust_svc.pm,NONE,1.1 h_Common.pm,NONE,1.1 h_svc_acct.pm,NONE,1.1 h_svc_broadband.pm,NONE,1.1 h_svc_domain.pm,NONE,1.1 h_svc_external.pm,NONE,1.1 h_svc_forward.pm,NONE,1.1 h_svc_www.pm,NONE,1.1 cust_bill.pm,1.101,1.102 cust_pkg.pm,1.50,1.51 cust_svc.pm,1.46,1.47 cust_main.pm,1.167,1.168 Record.pm,1.91,1.92 svc_acct.pm,1.166,1.167
- Next message: freeside/httemplate/view cust_main.cgi,1.92,1.93
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list