add -t flag to bulk void for payment type, RT#73413
[freeside.git] / eg / table_template.pm
index 5da6f3b..686bef6 100644 (file)
@@ -1,11 +1,9 @@
 package FS::table_name;
+use base qw( FS::Record );
 
 use strict;
-use vars qw( @ISA );
 use FS::Record qw( qsearch qsearchs );
 
-@ISA = qw(FS::Record);
-
 =head1 NAME
 
 FS::table_name - Object methods for table_name records
@@ -110,7 +108,7 @@ The author forgot to customize this manpage.
 
 =head1 SEE ALSO
 
-L<FS::Record>, schema.html from the base documentation.
+L<FS::Record>
 
 =cut