Skip to content
Snippets Groups Projects
Commit d857d569 authored by Vitalii Zabaznov's avatar Vitalii Zabaznov
Browse files

MAGETWO-44109: Import Custom Options grid contains Downloadable product if...

MAGETWO-44109: Import Custom Options grid contains Downloadable product if Import Custom Options for Simple product
parent 162e6b38
No related merge requests found
...@@ -65,7 +65,8 @@ class Grid extends \Magento\Catalog\Block\Adminhtml\Product\Grid ...@@ -65,7 +65,8 @@ class Grid extends \Magento\Catalog\Block\Adminhtml\Product\Grid
if (null !== $this->getRequest()->getParam('current_product_id')) { if (null !== $this->getRequest()->getParam('current_product_id')) {
$this->getCollection()->getSelect()->where( $this->getCollection()->getSelect()->where(
'e.entity_id != ?', $this->getRequest()->getParam('current_product_id') 'e.entity_id != ?',
$this->getRequest()->getParam('current_product_id')
); );
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment