Skip to content
This repository has been archived by the owner on Apr 29, 2019. It is now read-only.

Commit

Permalink
MAGETWO-70390: Add selection_can_change_qty to export
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-paterson committed Feb 6, 2018
1 parent d0a8c0b commit dee8b8b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ protected function getFormattedBundleSelections($optionValues, SelectionCollecti
'price' => $selection->getSelectionPriceValue(),
'default' => $selection->getIsDefault(),
'default_qty' => $selection->getSelectionQty(),
'price_type' => $this->getPriceTypeValue($selection->getSelectionPriceType())
'price_type' => $this->getPriceTypeValue($selection->getSelectionPriceType()),
'can_change_qty' => $selection->getSelectionCanChangeQty(),
];
$bundleData .= $optionValues
. ImportModel::DEFAULT_GLOBAL_MULTI_VALUE_SEPARATOR
Expand Down

0 comments on commit dee8b8b

Please sign in to comment.