standard should be blank. Closes #3799.

@coenjacobs .15
This commit is contained in:
Mike Jolley 2013-09-23 16:16:33 +01:00
parent 622715ec36
commit ef1d565f55
1 changed files with 2 additions and 0 deletions

View File

@ -129,6 +129,8 @@ if ( class_exists( 'WP_Importer' ) ) {
$country = ''; $country = '';
if ( $state == '*' ) if ( $state == '*' )
$state = ''; $state = '';
if ( $class == 'standard' )
$class = '';
$wpdb->insert( $wpdb->insert(
$wpdb->prefix . "woocommerce_tax_rates", $wpdb->prefix . "woocommerce_tax_rates",