Merge branch 'master' of git.freeside.biz:/home/git/freeside
[freeside.git] / eg / table_template-svc.pm
index 47dcbe6..1470b6f 100644 (file)
@@ -1,13 +1,10 @@
 package FS::svc_table;
 
 use strict;
-use vars qw(@ISA);
+use base qw( FS::svc_Common );
 #use FS::Record qw( qsearch qsearchs );
-use FS::svc_Common;
 use FS::cust_svc;
 
-@ISA = qw(FS::svc_Common);
-
 =head1 NAME
 
 FS::table_name - Object methods for table_name records
@@ -76,6 +73,7 @@ sub table_info {
                           'disable_default'   => 1, #disable switches
                           'disable_fixed'     => 1, #
                           'disable_inventory' => 1, #
+                           'disable_select'    => 1, #
                         },
       'foreign_key'   => { 
                            'label'        => 'Description',