fix path to svc_Common in example table
[freeside.git] / eg / table_template-svc.pm
index ebf7299..66d17e3 100644 (file)
@@ -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