diff --git a/Release-Testing-Instructions-WooCommerce-5.4.md b/Release-Testing-Instructions-WooCommerce-5.4.md index c79d328..11d4b9d 100644 --- a/Release-Testing-Instructions-WooCommerce-5.4.md +++ b/Release-Testing-Instructions-WooCommerce-5.4.md @@ -21,4 +21,14 @@ ## WooCommerce Core Updates -TBD \ No newline at end of file +* Remove set_backorders logic from external products closes [#29696](https://github.com/woocommerce/woocommerce/issues/29696) + +To test: +1. Create an Affiliated/External product. +2. Go to the product list and check the bulk edit checkbox for the external product. +3. On the `Bulk actions` dropdown select `Edit` then `Apply` +4. Go to `Backorders` dropdown and select any value. +5. Click on `Update` +6. Ensure there are no errors in your logs and the product updated without issues. + +***