Undo set_stock_quantity
This commit is contained in:
parent
a8eb648485
commit
19affd841b
|
@ -1384,7 +1384,7 @@ class WC_Product extends WC_Abstract_Legacy_Product {
|
||||||
public function validate_props() {
|
public function validate_props() {
|
||||||
// Before updating, ensure stock props are all aligned. Qty, backorders and low stock amount are not needed if not stock managed.
|
// Before updating, ensure stock props are all aligned. Qty, backorders and low stock amount are not needed if not stock managed.
|
||||||
if ( ! $this->get_manage_stock() ) {
|
if ( ! $this->get_manage_stock() ) {
|
||||||
$this->set_stock_quantity( 0 );
|
$this->set_stock_quantity( '' );
|
||||||
$this->set_backorders( 'no' );
|
$this->set_backorders( 'no' );
|
||||||
$this->set_low_stock_amount( '' );
|
$this->set_low_stock_amount( '' );
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue