Skip to content

Commit d857d56

Browse files
committed
MAGETWO-44109: Import Custom Options grid contains Downloadable product if Import Custom Options for Simple product
1 parent 162e6b3 commit d857d56

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Options/Popup

1 file changed

+2
-1
lines changed

app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Options/Popup/Grid.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ protected function _prepareCollection()
6565

6666
if (null !== $this->getRequest()->getParam('current_product_id')) {
6767
$this->getCollection()->getSelect()->where(
68-
'e.entity_id != ?', $this->getRequest()->getParam('current_product_id')
68+
'e.entity_id != ?',
69+
$this->getRequest()->getParam('current_product_id')
6970
);
7071
}
7172

0 commit comments

Comments
 (0)