This commit was manufactured by cvs2svn to create branch
[freeside.git] / FS / FS / cust_main_county.pm
index 76c982a..c124f96 100644 (file)
@@ -61,8 +61,6 @@ currently supported:
 
 =item exempt_amount
 
-=item taxname - if defined, printed on invoices instead of "Tax"
-
 =item setuptax - if 'Y', this tax does not apply to setup fees
 
 =item recurtax - if 'Y', this tax does not apply to recurring fees
@@ -119,8 +117,7 @@ sub check {
     || $self->ut_textn('taxname')
     || $self->ut_enum('setuptax', [ '', 'Y' ] )
     || $self->ut_enum('recurtax', [ '', 'Y' ] )
-    || $self->SUPER::check
-    ;
+  ;
 
 }