diff options
Diffstat (limited to 'eg')
| -rw-r--r-- | eg/table_template-svc.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/eg/table_template-svc.pm b/eg/table_template-svc.pm index ebf7299d2..66d17e34a 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  | 
