summaryrefslogtreecommitdiff
path: root/eg/table_template-svc.pm
diff options
context:
space:
mode:
Diffstat (limited to 'eg/table_template-svc.pm')
-rw-r--r--eg/table_template-svc.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/eg/table_template-svc.pm b/eg/table_template-svc.pm
index ebf7299d2..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,7 +141,7 @@ sub check {
my $part_svc = $x;
- ''; #no error
+ $self->SUPER::check;
}
=back