AmpersandHQ / magento2-disable-stock-reservation

This module disables the inventory reservation logic introduced as part of MSI in Magento 2.3.3
GNU Lesser General Public License v3.0
215 stars 61 forks source link

sales_order_item_cancel should not be executed if "Set Items' Status to be In Stock When Order is Cancelled" is set to "No" #126

Closed raulsinapsis closed 10 months ago

raulsinapsis commented 1 year ago

Even if you set "Set Items' Status to be In Stock When Order is Cancelled" configuration to "No" the code in Ampersand\DisableStockReservation\Observer\CancelOrderItemObserver class is executed

Fix would be adding a configuration check in that observer

convenient commented 1 year ago

Makes sense. Any PRs would be happily welcomed