From: Ivan Kohler Date: Sun, 3 Mar 2013 03:45:57 +0000 (-0800) Subject: remove relics from before the upgrade kept the schema up-to-dateq X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=adc44171b41057d48d88f5b1a7a341841a723650;p=freeside.git remove relics from before the upgrade kept the schema up-to-dateq --- diff --git a/FS/FS/cust_main_county.pm b/FS/FS/cust_main_county.pm index fb80809e0..9a4990a9d 100644 --- a/FS/FS/cust_main_county.pm +++ b/FS/FS/cust_main_county.pm @@ -137,33 +137,6 @@ sub check { } -sub taxname { - my $self = shift; - if ( $self->dbdef_table->column('taxname') ) { - return $self->setfield('taxname', $_[0]) if @_; - return $self->getfield('taxname'); - } - return ''; -} - -sub setuptax { - my $self = shift; - if ( $self->dbdef_table->column('setuptax') ) { - return $self->setfield('setuptax', $_[0]) if @_; - return $self->getfield('setuptax'); - } - return ''; -} - -sub recurtax { - my $self = shift; - if ( $self->dbdef_table->column('recurtax') ) { - return $self->setfield('recurtax', $_[0]) if @_; - return $self->getfield('recurtax'); - } - return ''; -} - =item label OPTIONS Returns a label looking like "Anytown, Alameda County, CA, US".