default to the whole-country tax rate if states aren't defined
[freeside.git] / FS / FS / part_pkg.pm
index 695d48c..243b53f 100644 (file)
@@ -249,7 +249,6 @@ sub check {
       || $self->ut_enum('recurtax', [ '', 'Y' ] )
       || $self->ut_textn('taxclass')
       || $self->ut_enum('disabled', [ '', 'Y' ] )
-      || $self->SUPER::check
     ;
 }