Skip to content

Commit 1a0e453

Browse files
committed
Fix typo in SQL join
1 parent ab30035 commit 1a0e453

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price/DefaultPrice.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ protected function _applyCustomOption()
604604
[]
605605
)->joinLeft(
606606
['otps' => $this->getTable('catalog_product_option_type_price')],
607-
'otps.option_type_id = otpd.option_type_id AND otpd.store_id = cs.store_id',
607+
'otps.option_type_id = otpd.option_type_id AND otps.store_id = cs.store_id',
608608
[]
609609
)->group(
610610
['i.entity_id', 'i.customer_group_id', 'i.website_id', 'o.option_id']

0 commit comments

Comments
 (0)