Fixed inventories save
This commit is contained in:
parent
6fa5e3d511
commit
66150bf147
1 changed files with 4 additions and 1 deletions
|
@ -74,7 +74,10 @@ if (!class_exists('WC_Retailcrm_Inventories')) :
|
|||
continue;
|
||||
}
|
||||
|
||||
$product->set_manage_stock(true);
|
||||
if (empty($product->get_manage_stock()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
$product->set_stock_quantity($offer['quantity']);
|
||||
$success[] = $product->save();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue