We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5016ec commit 767abdcCopy full SHA for 767abdc
app/code/Magento/Catalog/Model/ResourceModel/Product/Collection.php
@@ -1981,6 +1981,7 @@ protected function _productLimitationPrice($joinLeft = false)
1981
}
1982
// Set additional field filters
1983
foreach ($this->_priceDataFieldFilters as $filterData) {
1984
+ // phpcs:disable Magento2.Functions.DiscouragedFunction
1985
$select->where(call_user_func_array('sprintf', $filterData));
1986
1987
} else {
0 commit comments