Skip to content

Commit fab9f7b

Browse files
authored
Merge pull request #1282 from rbayet/fix_1250_fixed_price_bundle_in_acp_2_3_x
Fixes #1250 Fixed price bundle in autocomplete (M2 2.3.x)
2 parents 4c98cb1 + 64b1cf3 commit fab9f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module-elasticsuite-catalog/Model/Autocomplete/Product/AttributeConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class AttributeConfig
3232
/**
3333
* @var string[]
3434
*/
35-
private $defaultSelectedAttributes = ['name', 'thumbnail', 'special_price', 'special_from_date', 'special_to_date'];
35+
private $defaultSelectedAttributes = ['name', 'thumbnail', 'special_price', 'special_from_date', 'special_to_date', 'price_type'];
3636

3737
/**
3838
* @var string[]

0 commit comments

Comments
 (0)