X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=eg%2Ftable_template-svc.pm;h=7f7ef4b6879f2299b73f3fda0c9335f414c05371;hp=a4f5028f509b9e2056e56307b0c717f371f9720f;hb=b0511ff939fe1622503ac8e53333fabb1ad9bd37;hpb=6981a417a49264fd4e03dc0167e070f7a4c128e1 diff --git a/eg/table_template-svc.pm b/eg/table_template-svc.pm index a4f5028f5..7f7ef4b68 100644 --- a/eg/table_template-svc.pm +++ b/eg/table_template-svc.pm @@ -6,7 +6,7 @@ use vars qw(@ISA); use FS::svc_Common; use FS::cust_svc; -@ISA = qw(svc_Common); +@ISA = qw(FS::svc_Common); =head1 NAME @@ -141,15 +141,11 @@ sub check { my $part_svc = $x; - ''; #no error + $self->SUPER::check; } =back -=head1 VERSION - -$Id: table_template-svc.pm,v 1.1 1999-08-04 08:03:03 ivan Exp $ - =head1 BUGS The author forgot to customize this manpage. @@ -159,21 +155,6 @@ The author forgot to customize this manpage. L, L, L, L, L, schema.html from the base documentation. -=head1 HISTORY - -ivan@voicenet.com 97-jul-21 - -$Log: table_template-svc.pm,v $ -Revision 1.1 1999-08-04 08:03:03 ivan -move table subclass examples out of production directory - -Revision 1.4 1998/12/30 00:30:48 ivan -svc_ stuff is more properly OO - has a common superclass FS::svc_Common - -Revision 1.2 1998/11/15 04:33:01 ivan -updates for newest versoin - - =cut 1;