X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=eg%2Ftable_template.pm;h=686bef6a838e9d5b4958e5d2fc102082b156ea3c;hp=9c71b3adc4cdfead267d91ae3dd368f04431af11;hb=29d80a8582103ead0b5910391cabc45cb85fa836;hpb=fb4ab1073f0d15d660c6cdc4e07afebf68ef3924 diff --git a/eg/table_template.pm b/eg/table_template.pm index 9c71b3adc..686bef6a8 100644 --- a/eg/table_template.pm +++ b/eg/table_template.pm @@ -1,7 +1,7 @@ package FS::table_name; +use base qw( FS::Record ); use strict; -use base qw( FS::Record ); use FS::Record qw( qsearch qsearchs ); =head1 NAME @@ -108,7 +108,7 @@ The author forgot to customize this manpage. =head1 SEE ALSO -L, schema.html from the base documentation. +L =cut