Modified comment message

This commit is contained in:
Akshaya Rane 2019-10-22 10:56:08 +05:30
parent b8cdeb2164
commit 19e3131d5e
1 changed files with 1 additions and 1 deletions

View File

@ -643,7 +643,7 @@ class WC_Admin_Post_Types {
break;
}
} else {
// Reset values if Manage Stock status is disabled.
// Reset values if WooCommerce Setting - Manage Stock status is disabled.
$product->set_stock_quantity( '' );
$product->set_manage_stock( 'no' );
}