diff options
author | ivan <ivan> | 2003-12-23 01:06:11 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-12-23 01:06:11 +0000 |
commit | 3981cefdd5b272c8ff9d5f549955bc711b697338 (patch) | |
tree | 5b5c7fd9c813706bf16c772bd34c30fc7ec430ed | |
parent | b95ef69b8717e03fc0c4f7bc2141d73ff7b92d9e (diff) |
fix path to svc_Common in example table
-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 |