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
As requested in #12321
When calling Products in Cart report, it called data of deleted products resulting in exception trying to access $productData[$item->getProductId()]
### Preconditions
<!--- Provide a more detailed information of environment you use -->
<!--- Magento version, tag, HEAD, etc., PHP & MySQL version, etc.. -->
1. Magento 2.1.10
### Steps to reproduce
<!--- Provide a set of unambiguous steps to reproduce this bug include code, if relevant -->
1. Delete a product recently sold
1. Open Reports > Marketing > Products in Cart
### Expected result
<!--- Tell us what should happen -->
1. List of products
### Actual result
<!--- Tell us what happens instead -->
1. Blank list
0 commit comments