diff options
author | ivan <ivan> | 2003-12-23 01:06:10 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-12-23 01:06:10 +0000 |
commit | 8db0e6f5d34786bfd93ce21f43126a5fab441ade (patch) | |
tree | 7107c06191550e0600ff280b7e73548283e12939 /eg | |
parent | 38d7ed9d33840a59bbbf6895e3c7a6d191094c03 (diff) |
fix path to svc_Common in example table
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 |