[freeside-commits] freeside/FS FS.pm, 1.67, 1.68 MANIFEST, 1.172, 1.173
Erik Levinson
levinse at wavetail.420.am
Mon Nov 22 12:53:23 PST 2010
- Previous message: [freeside-commits] freeside/httemplate/edit/process part_event.html, 1.1, 1.1.8.1
- Next message: [freeside-commits] freeside/FS/FS Mason.pm, 1.57, 1.58 Schema.pm, 1.244, 1.245 qual.pm, NONE, 1.1 qual_option.pm, NONE, 1.1 svc_dsl.pm, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/FS
In directory wavetail.420.am:/tmp/cvs-serv28654/FS
Modified Files:
FS.pm MANIFEST
Log Message:
initial commit of svc_dsl, qual, and qual_option - schema and new modules which do nothing
currently, RT7111
Index: FS.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS.pm,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -w -d -r1.67 -r1.68
--- FS.pm 7 Nov 2010 00:56:34 -0000 1.67
+++ FS.pm 22 Nov 2010 20:53:21 -0000 1.68
@@ -148,6 +148,8 @@
L<FS::svc_broadband> - DSL, wireless and other broadband class.
+L<FS::svc_dsl> - DSL
+
L<FS::addr_block> - Address block class
L<FS::router> - Router class
@@ -210,6 +212,10 @@
L<FS::pkg_svc> - Class linking package definitions (see L<FS::part_pkg>) with
service definitions (see L<FS::part_svc>)
+L<FS::qual> - Service qualification class
+
+L<FS::qual_option> - Qualification option class
+
L<FS::reg_code> - One-time registration codes
L<FS::reg_code_pkg> - Class linking registration codes (see L<FS::reg_code>) with package definitions (see L<FS::part_pkg>)
Index: MANIFEST
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/MANIFEST,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -w -d -r1.172 -r1.173
--- MANIFEST 7 Nov 2010 00:56:34 -0000 1.172
+++ MANIFEST 22 Nov 2010 20:53:21 -0000 1.173
@@ -540,3 +540,9 @@
t/part_pkg_discount.t
FS/svc_cert.pm
t/svc_cert.t
+FS/svc_dsl.pm
+t/svc_dsl.t
+FS/qual.pm
+t/qual.t
+FS/qual_option.pm
+t/qual_option.t
- Previous message: [freeside-commits] freeside/httemplate/edit/process part_event.html, 1.1, 1.1.8.1
- Next message: [freeside-commits] freeside/FS/FS Mason.pm, 1.57, 1.58 Schema.pm, 1.244, 1.245 qual.pm, NONE, 1.1 qual_option.pm, NONE, 1.1 svc_dsl.pm, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list