You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide detailed information about your issue, thank you!
Version info:
Browser version: Microsoft Edge 94.0.992.31
Platform version: 3.82.0
Module version: 3.19.0
Expected behavior
inventory decrement on sell
Actual behavior
no inventory decrement on sell if using default fulfillment center defined for store
Steps to reproduce
Sell item on frontend
check inventory count in backend
count is the same
The problem is occur by change in GetProductsInventoryInfosAsync in version 3.19, and the vc-module-order use the method in AdjustInventoryOrderChangedEventHandler.
The original code, makes the filter in the Inventories table using the "Sku" field in the database, but in the migration do generic CRUD the filter is wrong.
The text was updated successfully, but these errors were encountered:
Please provide detailed information about your issue, thank you!
Version info:
Expected behavior
Actual behavior
Steps to reproduce
The problem is occur by change in GetProductsInventoryInfosAsync in version 3.19, and the vc-module-order use the method in AdjustInventoryOrderChangedEventHandler.
The original code, makes the filter in the Inventories table using the "Sku" field in the database, but in the migration do generic CRUD the filter is wrong.
The text was updated successfully, but these errors were encountered: