[freeside-commits] freeside/FS/FS qual.pm, 1.1, 1.2 svc_dsl.pm, 1.2, 1.3
Erik Levinson
levinse at wavetail.420.am
Fri Nov 26 21:17:54 PST 2010
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv30585/FS/FS
Modified Files:
qual.pm svc_dsl.pm
Log Message:
qual, svc_dsl, and ikano on-going implementation, RT7111
Index: qual.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/qual.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- qual.pm 22 Nov 2010 20:53:21 -0000 1.1
+++ qual.pm 27 Nov 2010 05:17:51 -0000 1.2
@@ -1,7 +1,7 @@
package FS::qual;
use strict;
-use base qw( FS::Record );
+use base qw( FS::option_Common );
use FS::Record qw( qsearch qsearchs );
=head1 NAME
@@ -118,10 +118,6 @@
=back
-=head1 BUGS
-
-This doesn't do anything yet.
-
=head1 SEE ALSO
L<FS::Record>, schema.html from the base documentation.
Index: svc_dsl.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_dsl.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- svc_dsl.pm 25 Nov 2010 01:46:33 -0000 1.2
+++ svc_dsl.pm 27 Nov 2010 05:17:52 -0000 1.3
@@ -293,10 +293,6 @@
=back
-=head1 BUGS
-
-This doesn't do anything yet.
-
=head1 SEE ALSO
L<FS::svc_Common>, edit/part_svc.cgi from an installed web interface,
More information about the freeside-commits
mailing list