diff --git a/Release-Testing-Instructions-WooCommerce-4.9.md b/Release-Testing-Instructions-WooCommerce-4.9.md index e3623e2..d13e8fc 100644 --- a/Release-Testing-Instructions-WooCommerce-4.9.md +++ b/Release-Testing-Instructions-WooCommerce-4.9.md @@ -169,6 +169,18 @@ PR for reference: https://github.com/woocommerce/woocommerce/pull/28620 **To test:** +Test Case #1: Stock should be adjusted after manually deleting a product from the order + +- Place an order with a product that has stock. +- See Order Notes. Stock is reduced for that item. +- Place an order with `On-Hold` status. +- Manually delete the product from the order (not via a refund) and save. +- See Order Notes. The stock should be adjusted back to the original count. + +Screenshot of expected order notes: + +![](https://d.pr/i/7dAiIT) + ### Review count failure fix PR for reference: https://github.com/woocommerce/woocommerce/pull/28624