Skip to content

Commit

Permalink
Merge pull request #51 from ffalkone/master
Browse files Browse the repository at this point in the history
Add support for Magento 2.4
  • Loading branch information
Mardl authored Nov 10, 2020
2 parents 9482e3d + a295644 commit 173d8fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Model/Plugin/Grouped.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function getAssociatedProducts($product)
$product
)->addAttributeToSelect(
[
'name', 'price', 'special_price', 'special_from_date', 'special_to_date',
'name', 'price', 'special_price', 'special_from_date', 'special_to_date', 'tax_class_id', 'image',
'baseprice_reference_amount', 'baseprice_product_amount', 'baseprice_product_unit', 'baseprice_reference_unit', 'baseprice_reference_amount'
]
)->addFilterByRequiredOptions()->setPositionOrder()->addStoreFilter(
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magenerds/baseprice",
"description": "This module displays base prices",
"require": {
"magento/framework": "^100.0.0|^101.0.0|^102.0.0",
"magento/framework": "^100.0.0|^101.0.0|^102.0.0|^103.0.0",
"magenerds/dashboard": "^1.0"
},
"type": "magento2-module",
Expand Down

0 comments on commit 173d8fb

Please sign in to comment.