X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=eg%2Ftable_template-svc.pm;h=7f7ef4b6879f2299b73f3fda0c9335f414c05371;hp=c5e8f9670da4e23a7631567e832d5853a62c14d9;hb=c2146ae32fdef80049abfa13098db2d45f3ebdd5;hpb=1da2eb3c205a088809fb8b72b42a454b94b74c43 diff --git a/eg/table_template-svc.pm b/eg/table_template-svc.pm index c5e8f9670..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.2 2001-08-21 02:44:47 ivan Exp $ - =head1 BUGS The author forgot to customize this manpage.